about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
blob: 0fa90d04d007c9013ff985f464543849d8f6037c (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "tvix-eval"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rnix = "0.10.2"