mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
17 lines
451 B
TOML
17 lines
451 B
TOML
[package]
|
|
name = "cli"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
|
|
# 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"] }
|