feat(tvix/nar): init writer

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>
This commit is contained in:
edef 2022-12-04 16:37:40 +00:00 committed by clbot
parent de4dd15eae
commit 15e98314cc
4 changed files with 214 additions and 0 deletions

4
tvix/nar/Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[package]
name = "tvix_nar"
version = "0.0.0"
edition = "2021"