Files
poo-stack.rs/Cargo.toml
LinlyBoi 2a02926624 YES?
2022-12-23 11:33:45 +02:00

15 lines
326 B
TOML

[package]
name = "deans-full-quest"
version = "0.1.0"
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"]