minisql/client/Cargo.toml
2024-02-05 23:24:26 +01:00

13 lines
337 B
TOML

[package]
name = "client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["full"] }
proto = { path = "../proto" }