Cypraea/Cargo.toml

24 lines
524 B
TOML
Raw Normal View History

[workspace]
members = [
"daemon",
"client",
"common",
]
resolver = "2"
[workspace.dependencies]
tokio = { version = "1.32", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rusqlite = { version = "0.30", features = ["bundled"] }
shell-words = "1.1"
clap = { version = "4.4", features = ["derive"] }
anyhow = "1.0"
thiserror = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3"
chrono = { version = "0.4", features = ["serde"] }
xdg = "2.5"
tempfile = "3.8"
dirs = "5.0"