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

View file

@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
eyre = "0.6.11"
heck = "0.4.1"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
url = { version = "2.5.0", features = ["serde"] }