tvl-depot/corp/tvixbolt/Cargo.toml

23 lines
489 B
TOML
Raw Normal View History

[package]
name = "tvixbolt"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yew = "0.19.3"
codemap = "0.1.3"
web-sys = "*"
# needs to be in sync with nixpkgs
wasm-bindgen = "= 0.2.82"
[dependencies.rnix]
git = "https://github.com/nix-community/rnix-parser.git"
rev = "7d0d929c22ad27bdcc0779afe445b541d3ce9631"
[dependencies.tvix-eval]
path = "../../tvix/eval"
default-features = false