diff options
author | Vincent Ambo <mail@tazj.in> | 2022-08-04T13·44+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-08-12T12·39+0000 |
commit | bef8d67b6ce36bd267807de09d77b8da9c6921ab (patch) | |
tree | bd5521a48e3471c7582961de09cabdb29c4ed4b8 /tvix/eval/Cargo.toml | |
parent | 892168833423a084a06f2be535080e61aa8ca134 (diff) |
chore(tvix/eval): add rnix-parser dependency r/4402
Change-Id: I81bd8416b3837a728ecd7911fe1ca06e89b9e90e Reviewed-on: https://cl.tvl.fyi/c/depot/+/6065 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index aca73c164026..0fa90d04d007 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +rnix = "0.10.2" |