Initial commit
This commit is contained in:
10
crates/daemon/Cargo.toml
Normal file
10
crates/daemon/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "daemon"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
shared = { path = "../shared" }
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
tonic = "0.14.2"
|
||||
tonic-reflection = "0.14.2"
|
||||
Reference in New Issue
Block a user