Now functioning frontend
Changed some things to make trunk work
This commit is contained in:
@@ -4,7 +4,11 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[[bin]]
|
||||
name = "bin"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
yew = { version = "0.23", features = ["csr"] }
|
||||
|
||||
Reference in New Issue
Block a user