about summary refs log blame commit diff
path: root/web/tvixbolt/Cargo.toml
blob: 998c3712c56a1e8cc8aff0ecdcd2c161d23045a3 (plain) (tree)
1
2
3
4
5
6
7
8
9




                 


                       
              

                                                
                                                                  
                                                      
                                                                   
                       
[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.95"