mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-05-14 19:35:10 +00:00
44a22b1b37
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
27 lines
643 B
TOML
27 lines
643 B
TOML
[package]
|
|
name = "mycelium-cli"
|
|
version = "0.7.6"
|
|
edition = "2021"
|
|
license-file = "../LICENSE"
|
|
readme = "./README.md"
|
|
|
|
[features]
|
|
message = ["mycelium/message", "mycelium-api/message"]
|
|
|
|
[dependencies]
|
|
mycelium = { path = "../mycelium" }
|
|
mycelium-api = { path = "../mycelium-api" }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
base64 = "0.22.1"
|
|
prettytable-rs = "0.10.0"
|
|
tracing = "0.1.44"
|
|
tokio = { version = "1.52.1", default-features = false, features = [
|
|
"net",
|
|
"rt",
|
|
"fs",
|
|
] }
|
|
reqwest = { version = "0.12.24", default-features = false, features = ["json"] }
|
|
byte-unit = "5.2.0"
|
|
urlencoding = "2.1.3"
|