chore: initial commit
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[workspace]
|
||||
members = ["application", "backend", "frontend"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.dependencies]
|
||||
axum = "0.8.8"
|
||||
futures = "0.3.32"
|
||||
tokio = "1.49.0"
|
||||
tracing = "0.1.44"
|
||||
Reference in New Issue
Block a user