feat(tvix/eval): implement builtins.toXML
Change-Id: I009efc53a8e98f0650ae660c4decd8216e8a06e7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7835 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
1786b4c835
commit
d365b09226
11 changed files with 189 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue