aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c2e7cc6..e17f8ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,12 +27,15 @@ filetime = "0.2.27"
flate2 = "1.1.9"
md5 = "0.7.0"
predicates = "3.1.4"
+proc-macro2 = "1.0.106"
+quote = "1.0.44"
regex = "1.12.3"
reqwest = { version = "0.13.2", features = ["json"] }
self-replace = "1.5.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sha1 = "0.10.6"
+syn = { version = "2.0.117", features = ["full", "parsing"] }
tar = "0.4.44"
tempfile = "3.25.0"
tokio = { version = "1.49.0", features = ["full"] }