chore(snix): s/tvix/snix/
Change-Id: Iae961416eea0a38bc57df7b736f6dda5903b0828
This commit is contained in:
parent
768f053416
commit
36e4d017f5
1417 changed files with 3741 additions and 3650 deletions
15
web/snixbolt/Cargo.toml
Normal file
15
web/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