about summary refs log tree commit diff
path: root/corp
diff options
context:
space:
mode:
Diffstat (limited to 'corp')
-rw-r--r--corp/tvixbolt/Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/corp/tvixbolt/Cargo.lock b/corp/tvixbolt/Cargo.lock
index 8225e059fa..2bfdc1b344 100644
--- a/corp/tvixbolt/Cargo.lock
+++ b/corp/tvixbolt/Cargo.lock
@@ -289,6 +289,7 @@ dependencies = [
  "imbl-sized-chunks",
  "rand_core",
  "rand_xoshiro",
+ "serde",
  "version_check",
 ]
 
@@ -665,6 +666,7 @@ dependencies = [
  "smol_str",
  "tabwriter",
  "tvix-eval-builtin-macros",
+ "xml-rs",
 ]
 
 [[package]]
@@ -823,6 +825,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 
 [[package]]
+name = "xml-rs"
+version = "0.8.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
+
+[[package]]
 name = "yew"
 version = "0.19.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"