Skip to content

Commit

Permalink
Generating requests and responses
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke committed Oct 25, 2020
1 parent c7eb439 commit 69b811e
Show file tree
Hide file tree
Showing 80 changed files with 11,221 additions and 15,446 deletions.
436 changes: 268 additions & 168 deletions codegen/Cargo.lock

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ version = "0.1.0"
edition = "2018"

[dependencies]
Inflector = "~0.11.0"
clap = "~2.32.0"
reqwest = { version = "0.10.8", features = ["blocking", "json"] }
rustfmt = "=0.10.0"
serde = "~1.0.0"
serde_derive = "~1.0.0"
serde_json = "~1.0.0"
anyhow = "1.0"
Inflector = "0.11"
clap = "2.32"
reqwest = { version = "0.10", features = ["blocking", "json"] }
rustfmt = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Loading

0 comments on commit 69b811e

Please sign in to comment.