start, reverse guard, cli-frontend for server and client
This commit is contained in:
13
osds/Cargo.toml
Normal file
13
osds/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "osds"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
tokio.workspace = true
|
||||
bytes.workspace = true
|
||||
anyhow.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
rand.workspace = true
|
||||
ostp = { path = "../ostp" }
|
||||
Reference in New Issue
Block a user