about summary refs log tree commit diff
path: root/corp/tvixbolt/Cargo.toml
blob: 2e6c7932096f36d6d1eb72cbf5656a6ab8e67add (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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 = "97b438e34be5211a4b48aeed9cc3ded489b4d6da"

[dependencies.tvix-eval]
path = "../../tvix/eval"
default-features = false