tvl-depot/corp/tvixbolt/Cargo.toml
Vincent Ambo b3cc4c8c2c chore(tvix/eval): bump rnix-parser to latest HEAD
This bumps rnix-parser to a commit that should be unaffected by the
Nix >= 2.4 bug that prevents it from cloning repositories with filters.

Change-Id: Ie01da95245ec6740fa889eb710819e512202f665
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6634
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2022-09-18 16:24:40 +00:00

22 lines
489 B
TOML

[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