codegen: Use toml_edit directly

This commit is contained in:
Taiki Endo
2023-10-25 00:12:46 +09:00
parent ac89944b5b
commit 6bb3a496f8
2 changed files with 2 additions and 2 deletions

View File

@@ -15,5 +15,5 @@ serde_derive = "1"
serde_json = "1"
sha2 = "0.10"
tar = "0.4"
toml = "0.8"
toml_edit = { version = "0.20", features = ["serde"] }
ureq = { version = "2", features = ["json"] }