codegen: Add rust_crate field to cargo-rdme

This commit is contained in:
Taiki Endo
2024-03-02 17:49:10 +09:00
parent e77cabb736
commit 7c2d35d7f6
7 changed files with 68 additions and 31 deletions

View File

@@ -14,6 +14,7 @@ serde_json = "1"
sha2 = "0.10"
tar = "0.4"
toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] }
# TODO: call curl command instead of using ureq?
ureq = { version = "2", features = ["json"] }
[lints]