feat: add server cli configuration

This commit is contained in:
Jindřich Moravec 2024-01-22 11:18:43 +01:00
parent 143dc0e5ce
commit f9fb8f0670
4 changed files with 234 additions and 15 deletions

View file

@ -6,6 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.35.1", features = ["full"] }
anyhow = "1.0.76"
proto = { path = "../proto" }
clap = { version = "4.4.18", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] }
minisql = { path = "../minisql" }
proto = { path = "../proto" }