nazrin/client/Cargo.toml

16 lines
372 B
TOML
Raw Normal View History

2022-12-30 06:06:14 +00:00
[package]
name = "nzr"
version = "0.1.0"
edition = "2021"
[dependencies]
nzr-api = { path = "../nzr-api" }
2022-12-30 06:06:14 +00:00
clap = { version = "4.0.26", features = ["derive"] }
home = "0.5.4"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio-serde = { version = "0.9", features = ["bincode"] }
tabled = "0.15"
2023-01-17 04:42:01 +00:00
serde_json = "1"
log = "0.4.17"
env_logger = "0.11"