init
This commit is contained in:
commit
fd80fbab7e
48 changed files with 16775 additions and 0 deletions
18
crates/jupiter-scheduler/Cargo.toml
Normal file
18
crates/jupiter-scheduler/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "jupiter-scheduler"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
jupiter-api-types = { workspace = true }
|
||||
jupiter-db = { workspace = true }
|
||||
jupiter-forge = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue