Skip to content

Commit

Permalink
build: simple-counter dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
junsoo37 committed Aug 3, 2022
1 parent fd5278c commit 2623940
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions simple-counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,17 @@ anyhow = "1.0"
thiserror = "1.0"
near-sdk = "4.0.0"

[dev-dependencies]
anyhow = "1.0"
# arbitrary_precision enabled for u128 types that workspaces requires for Balance types
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
tokio = { version = "1.18.1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
workspaces = "0.4.0"
pkg-config = "0.3.1"
serde = { version = "1.0", features = ["derive"] }
near-sdk = "4.0.0"

[lib]
crate-type = ["cdylib", "rlib"]

0 comments on commit 2623940

Please sign in to comment.