This commit is contained in:
LinlyBoi
2022-12-23 11:33:45 +02:00
parent b67c3c073d
commit 2a02926624
5 changed files with 57 additions and 24 deletions

View File

@@ -6,6 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
common = { path = "./common"}
backend = {path = "./backend"}
actix-web = "4.0.0-rc.1"
[workspace]
members = ["frontend","backend","common"]