Skip to content

Commit

Permalink
Adds rustify_derive to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 20, 2021
1 parent 558ec76 commit f07d704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ edition = "2018"
default = ["reqwest"]
blocking = ["reqwest/blocking"]

[workspace]
members = [
"rustify_derive",
]

[dependencies]
anyhow = "1.0.43"
async-trait = "0.1.51"
Expand Down

0 comments on commit f07d704

Please sign in to comment.