[package] name = "lws_client" version = "0.1.0" edition = "2021" [[bin]] # Bin to run the HelloWorld gRPC client name = "lws_vfs_client" path = "src/client.rs" [dependencies] tonic = "0.11" prost = "0.12" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" fuse_mt = "0.6.1" libc = "0.2" [build-dependencies] tonic-build = "0.11"