[package] name = "cli" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] indoc = "1.0.8" clap = { version = "4.0.32", features = ["derive"] } anyhow = "1.0.68" hex = "0.4.3" sd-crypto = { path = "../../crates/crypto" } tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }