Skip to content

Commit

Permalink
Refactor kube-derive using darling
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk committed Feb 24, 2021
1 parent 6b9ce1f commit a6a739d
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 475 deletions.
1 change: 1 addition & 0 deletions kube-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ quote = "1.0.8"
syn = { version = "1.0.57", features = ["extra-traits"] }
Inflector = "0.11.4"
serde_json = "1.0.61"
darling = "0.12.1"

[lib]
proc-macro = true
Expand Down
Loading

0 comments on commit a6a739d

Please sign in to comment.