Switch from python to rust

This commit is contained in:
2022-11-06 17:38:49 +01:00
parent 789bd294c3
commit c5960a55a9
18 changed files with 1525 additions and 173 deletions

17
Cargo.toml Normal file
View File

@ -0,0 +1,17 @@
[package]
name = "gluster-dir-csi"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic = "0.8"
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"
[build-dependencies]
tonic-build = "0.8"