Skip to content

Commit

Permalink
Add serde_json to rest
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Nov 16, 2023
1 parent 69360e1 commit b5e9cfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions node/rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ version = "1"
default-features = false
features = [ "derive" ]

[dependencies.serde_json]
version = "1"
features = [ "preserve_order" ]

[dependencies.snarkos-node-consensus]
path = "../consensus"
version = "=2.2.4"
Expand Down

0 comments on commit b5e9cfe

Please sign in to comment.