tvl-depot/web/tvixbolt/Cargo.toml

16 lines
393 B
TOML
Raw Normal View History

[package]
name = "tvixbolt"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
yew = { version = "0.21.0", features = ["csr"] }
yew-router = "0.18"
tvix-eval = { path = "../../tvix/eval", default-features = false }
serde = { version = "1.0.204", features = ["derive"] }
web-sys = { version = "0.3.69", features = ["HtmlDetailsElement"] }
wasm-bindgen = "0.2.92"