Skip to content

Commit

Permalink
[refactor] #3882: Make derive(Filter) use darling
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Strygin <[email protected]>
  • Loading branch information
DCNick3 authored and mversic committed Oct 17, 2023
1 parent 7336623 commit 5484531
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 145 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions data_model/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ iroha_macro_utils = { workspace = true }

[dev-dependencies]
iroha_data_model = { workspace = true, features = ["http"] }
iroha_schema = { workspace = true }
parity-scale-codec = { workspace = true }
derive_more = { workspace = true }

serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
Loading

0 comments on commit 5484531

Please sign in to comment.