Server implemented. Linux client implemented.
This commit is contained in:
12
furumi-common/Cargo.toml
Normal file
12
furumi-common/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "furumi-common"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
prost = "0.13.5"
|
||||
tonic = "0.12.3"
|
||||
|
||||
[build-dependencies]
|
||||
protobuf-src = "2.1.1"
|
||||
tonic-build = "0.12.3"
|
||||
Reference in New Issue
Block a user