about summary refs log tree commit diff
path: root/web/tvixbolt/Cargo.toml
blob: e25267d3b96175651c6f2a353cf516ce7243c68f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tvixbolt"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
yew = "0.19.3"
yew-router = "0.16"
tvix-eval = { path = "../../tvix/eval", default-features = false }
serde = { version = "1.0.203", features = ["derive"] }
web-sys = { version = "0.3.69", features = ["HtmlDetailsElement"] }
wasm-bindgen = "0.2.92"