20 lines
410 B
TOML
20 lines
410 B
TOML
[package]
|
|
name = "client"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
|
|
crossterm = "0.28.1"
|
|
dirs = "6.0.0"
|
|
dotenvy = "0.15.7"
|
|
prost = "0.13.5"
|
|
ratatui = "0.29.0"
|
|
serde = { version = "1.0.217", features = ["derive"] }
|
|
tokio = { version = "1.43.0", features = ["full", "macros"] }
|
|
toml = "0.8.20"
|
|
tonic = "0.12.3"
|
|
tracing = "0.1.41"
|