Server implemented. Linux client implemented.
This commit is contained in:
16
furumi-client-core/Cargo.toml
Normal file
16
furumi-client-core/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "furumi-client-core"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
furumi-common = { path = "../furumi-common" }
|
||||
anyhow = "1.0.102"
|
||||
prost = "0.13.5"
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
tokio-stream = "0.1.18"
|
||||
tonic = "0.12.3"
|
||||
thiserror = "2.0.18"
|
||||
moka = { version = "0.12.10", features = ["sync", "future"] }
|
||||
async-trait = "0.1.89"
|
||||
tracing = "0.1.44"
|
||||
Reference in New Issue
Block a user