1
0
Fork 0

add method generation

This commit is contained in:
Cyborus 2024-01-16 00:09:22 -05:00
parent 9bb65d7609
commit 769521840e
No known key found for this signature in database
4 changed files with 555 additions and 5 deletions

7
Cargo.lock generated
View file

@ -242,6 +242,7 @@ name = "generator"
version = "0.1.0"
dependencies = [
"eyre",
"heck",
"serde",
"serde_json",
"url",
@ -278,6 +279,12 @@ version = "0.12.3"
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"