gluster-dir-csi/Cargo.toml

21 lines
472 B
TOML
Raw Permalink Normal View History

2022-11-06 16:38:49 +00:00
[package]
name = "gluster-dir-csi"
version = "0.1.5"
2022-11-06 16:38:49 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic = "0.9"
2022-11-06 16:38:49 +00:00
prost = "0.11"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1", features = ["net"] }
hostname = "0.3.1"
prost-types = "0.11.2"
log = "0.4.17"
fern = "0.6.2"
humantime = "2.1.0"
2022-11-06 16:38:49 +00:00
[build-dependencies]
tonic-build = "0.9"