summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-01-16 06:09:22 +0100
committerCyborus <cyborus@cyborus.xyz>2024-01-16 06:09:22 +0100
commit769521840e992451778966bb7c2a1f5eaa5541a8 (patch)
treeebd9393a02c1e0a743b83c8549877ae2a862b699 /Cargo.lock
parentprioritize ref when deserializing `MaybeRef` (diff)
downloadforgejo-api-769521840e992451778966bb7c2a1f5eaa5541a8.tar.xz
forgejo-api-769521840e992451778966bb7c2a1f5eaa5541a8.zip
add method generation
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 47254d3..ea64452 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -242,6 +242,7 @@ name = "generator"
version = "0.1.0"
dependencies = [
"eyre",
+ "heck",
"serde",
"serde_json",
"url",
@@ -279,6 +280,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
+name = "heck"
+version = "0.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
+
+[[package]]
name = "http"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"