Workspacify
This commit is contained in:
10
server/Cargo.toml
Normal file
10
server/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "server"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
configuration = { workspace = true }
|
||||
error-stack = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
Reference in New Issue
Block a user