Server implemented. Linux client implemented.
This commit is contained in:
28
furumi-server/Cargo.toml
Normal file
28
furumi-server/Cargo.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[package]
|
||||
name = "furumi-server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
furumi-common = { path = "../furumi-common" }
|
||||
anyhow = "1.0.102"
|
||||
bytes = "1.11.1"
|
||||
clap = { version = "4.5.60", features = ["derive", "env"] }
|
||||
futures = "0.3.32"
|
||||
futures-core = "0.3.32"
|
||||
futures-util = "0.3.32"
|
||||
jsonwebtoken = "10.3.0"
|
||||
libc = "0.2.183"
|
||||
prost = "0.13.5"
|
||||
rustls = "0.23.37"
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
tokio-stream = "0.1.18"
|
||||
tonic = "0.12.3"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
async-stream = "0.3.6"
|
||||
async-trait = "0.1.89"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.26.0"
|
||||
Reference in New Issue
Block a user