Files
spacedrive/apps/cli/Cargo.toml
Oscar Beaumont 2e9d88f230 [ENG-667] Fix Clippy CI (#887)
* plz just work

* no shot

* just disable Tauri notifications

* Tauri is weird AF
2023-05-30 17:11:37 +00:00

17 lines
450 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.9"
clap = { version = "4.3.0", features = ["derive"] }
anyhow = "1.0.71"
hex = "0.4.3"
sd-crypto = { path = "../../crates/crypto" }
tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }