First import
This commit is contained in:
21
template/web/Cargo.toml
Normal file
21
template/web/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "{{project-name}}-web"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["{{authors}}"]
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
path = "src/main.rs"
|
||||
name = "{{project-name}}-web"
|
||||
|
||||
[dependencies]
|
||||
{{project-name}} = { path = ".." }
|
||||
yew = "0.19"
|
||||
reqwasm = "0.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
wasm-bindgen-futures = "0.4"
|
||||
uikit-rs = { git = "https://github.com/dax/uikit-rs.git" }
|
||||
wasm-bindgen = "0.2.79"
|
||||
Reference in New Issue
Block a user