nazrin/client/Cargo.toml

22 lines
493 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 = "../api" }
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"] }
tarpc = { version = "0.34", features = [
"tokio1",
"unix",
"serde-transport",
"serde-transport-bincode",
] }
tabled = "0.15"
2023-01-17 04:42:01 +00:00
serde_json = "1"
log = "0.4.17"
env_logger = "0.11"