Skip to content

Commit

Permalink
cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 13, 2024
1 parent adbb312 commit d29bda0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ic-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ once_cell = "1.10.0"
[dev-dependencies]
ed25519-consensus = { workspace = true }
ic-agent = { workspace = true, default-features = true }
pocket-ic = { workspace = true }
rand = { workspace = true }
reqwest = { workspace = true }
tokio = { workspace = true, features = ["full"] }

[target.'cfg(unix)'.dev-dependencies]
pocket-ic = { workspace = true }
reqwest = { workspace = true }

[features]
raw = []

Expand Down

0 comments on commit d29bda0

Please sign in to comment.