diff options
author | edef <edef@edef.eu> | 2022-12-04T16·37+0000 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-12-20T15·59+0000 |
commit | 15e98314cc1b8a35de70dbb1cfdb81d3ef7e7e9a (patch) | |
tree | 492c3b4716aa616e1e611ce8858d72457a6e0b4f /tvix/nar/Cargo.lock | |
parent | de4dd15eae5a44fc4cac0308328386292d1a890f (diff) |
feat(tvix/nar): init writer r/5428
Change-Id: I101f35840cb14c58af708c91e59f997f6d167f75 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7505 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/nar/Cargo.lock')
-rw-r--r-- | tvix/nar/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tvix/nar/Cargo.lock b/tvix/nar/Cargo.lock new file mode 100644 index 000000000000..1288e13db8de --- /dev/null +++ b/tvix/nar/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "tvix_nar" +version = "0.0.0" |