init
This commit is contained in:
commit
fd80fbab7e
48 changed files with 16775 additions and 0 deletions
18
crates/jupiter-cli/Cargo.toml
Normal file
18
crates/jupiter-cli/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "jupiter-cli"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "jupiter-ctl"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
jupiter-api-types = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue