Skip to content

Commit

Permalink
add derive_builder dependency
Browse files Browse the repository at this point in the history
add derive_builder crate to derive builder pattern on structs
  • Loading branch information
ozgrakkurt committed Nov 18, 2021
1 parent afb3774 commit 46c5ffb
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 2 deletions.
91 changes: 89 additions & 2 deletions rust/Cargo.lock

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

1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ clear_on_drop = { version = "0.2", features = ["no_cc"] }
itertools = "0.10.1"
getrandom = { version = "0.2.3", features = ["js"] }
rand = "0.8.4"
derive_builder = "0.10.2"

# non-wasm
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))'.dependencies]
Expand Down

0 comments on commit 46c5ffb

Please sign in to comment.