CAPITAL BUT WILL CHANGE

This commit is contained in:
LinlyBoi
2022-12-23 11:40:44 +02:00
parent 2a02926624
commit e4305fbb41
18 changed files with 1421 additions and 0 deletions

10
Frontend/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "db-frontend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yew = { version = "0.20.0", features = ["csr"] }
common = { path = "../common"}