init
This commit is contained in:
22
frontend/Cargo.toml
Normal file
22
frontend/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "yew-example"
|
||||
version = "0.1.0"
|
||||
authors = ["Anthony Dodd <dodd.anthonyjosiah@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
console_error_panic_hook = "0.1.6"
|
||||
wasm-bindgen = "=0.2.81"
|
||||
wee_alloc = "0.4.5"
|
||||
ybc = "0.2"
|
||||
yew = "0.18"
|
||||
pathfinding = "3.0.13"
|
||||
common = { path = "../common" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
anyhow = "1.0.58"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
demo-abc = []
|
||||
demo-xyz = []
|
||||
Reference in New Issue
Block a user