From d365b092262013e074f0fe800a1955032eaa2fd9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Jan 2023 14:52:37 +0300 Subject: feat(tvix/eval): implement builtins.toXML Change-Id: I009efc53a8e98f0650ae660c4decd8216e8a06e7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7835 Reviewed-by: flokli Tested-by: BuildkiteCI --- tvix/eval/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/eval/Cargo.toml') diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 75c45c96b08d..6974110290bf 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -25,6 +25,7 @@ serde_json = "1.0" smol_str = "0.1" tabwriter = "1.2" test-strategy = { version = "0.2.1", optional = true } +xml-rs = "0.8.4" [dev-dependencies] criterion = "0.4" -- cgit 1.4.1