chore(web/snixbolt): move to contrib
Change-Id: Ic69648c526e6c1a0b769b26642b3c799872eb87c
This commit is contained in:
parent
36e4d017f5
commit
944acead3e
10 changed files with 16 additions and 1 deletions
15
contrib/snixbolt/Cargo.toml
Normal file
15
contrib/snixbolt/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "snixbolt"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
yew = { version = "0.21.0", features = ["csr"] }
|
||||
yew-router = "0.18"
|
||||
snix-eval = { path = "../../snix/eval", default-features = false }
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
web-sys = { version = "0.3.69", features = ["HtmlDetailsElement"] }
|
||||
wasm-bindgen = "0.2.100"
|
||||
Loading…
Add table
Add a link
Reference in a new issue