first commit
This commit is contained in:
19
frontend/Cargo.toml
Normal file
19
frontend/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "frontend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
console_error_panic_hook = "0.1.7"
|
||||
env_logger = "0.9.0"
|
||||
gloo-net = "^0.2"
|
||||
log = "0.4"
|
||||
console_log = { version = "0.2", features = ["color"] }
|
||||
wasm-bindgen-futures = "^0.4"
|
||||
wasm-logger = "0.2.0"
|
||||
sycamore = {version = "0.8.0-beta.7", features = ["suspense"]}
|
||||
sycamore-router = "0.8.0-beta.7"
|
||||
#yew = "0.19.3"
|
||||
#yew-router = "0.16.0"
|
||||
Reference in New Issue
Block a user