diff options
author | Florian Klink <flokli@flokli.de> | 2023-01-31T13·45+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-31T15·16+0000 |
commit | 2d24c5f260945216ca01371d4120f5d53f08b2cd (patch) | |
tree | 5053bbffefd5a41241ab6ea27fafc290e44e665f /tvix/derivation/Cargo.toml | |
parent | 9e809e21ccb1768567fc2516c5526ad0cdd56df0 (diff) |
refactor(tvix/nix-compat): absorb //tvix/derivation r/5791
Put this in its src/derivation. Change-Id: Ic047ab1c2da555a833ee454e10ef60c77537b617 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7967 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/derivation/Cargo.toml')
-rw-r--r-- | tvix/derivation/Cargo.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tvix/derivation/Cargo.toml b/tvix/derivation/Cargo.toml deleted file mode 100644 index ee629b6ad3c3..000000000000 --- a/tvix/derivation/Cargo.toml +++ /dev/null @@ -1,25 +0,0 @@ -[package] -name = "tvix-derivation" -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" -nix-compat = { path = "../nix-compat" } -serde = { version = "1.0", features = ["derive"] } -sha2 = "0.10.6" -thiserror = "1.0.38" - -[dev-dependencies.test-generator] -# This fork of test-generator adds support for cargo workspaces, see -# also https://github.com/frehberg/test-generator/pull/14 -git = "https://github.com/JamesGuthrie/test-generator.git" -rev = "82e799979980962aec1aa324ec6e0e4cad781f41" - -[dev-dependencies] -serde_json = "1.0" -test-case = "2.2.2" |