about summary refs log tree commit diff
path: root/tvix/nix-compat/Cargo.toml
blob: 484285e7806371ffe1c9fe0abe87f3b556bf50f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nix-compat"
version = "0.1.0"
edition = "2021"

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

[dependencies]
anyhow = "1.0.68"
data-encoding = "2.3.3"
glob = "0.3.0"
sha2 = "0.10.6"
thiserror = "1.0.38"

[dev-dependencies]
test-case = "2.2.2"