diff options
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index da7bc0c5803e..37e1a0f13998 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2316,6 +2316,7 @@ dependencies = [ "test-generator", "test-strategy", "tvix-eval-builtin-macros", + "xml-rs", ] [[package]] @@ -2603,6 +2604,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" [[package]] +name = "xml-rs" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" + +[[package]] name = "yansi" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" |