mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-03-29 07:39:51 +00:00
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
642 B
TOML
27 lines
642 B
TOML
[package]
|
|
name = "mycelium-cli"
|
|
version = "0.5.3"
|
|
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.203", features = ["derive"] }
|
|
serde_json = "1.0.117"
|
|
base64 = "0.22.1"
|
|
prettytable-rs = "0.10.0"
|
|
tracing = "0.1.40"
|
|
tokio = { version = "1.39.2", default-features = false, features = [
|
|
"net",
|
|
"rt",
|
|
"fs",
|
|
] }
|
|
reqwest = { version = "0.12.5", default-features = false, features = ["json"] }
|
|
byte-unit = "5.1.4"
|
|
urlencoding = "2.1.3"
|