Skip to content

Commit

Permalink
chore: use workspace dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jan 11, 2025
1 parent dd1ccce commit 2b3cfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/katana/storage/provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ starknet = { workspace = true, optional = true }
tokio = { workspace = true, optional = true }

alloy-primitives = { workspace = true, optional = true }
serde_json = { version = "1.0.133" }
serde_json.workspace = true

[features]
default = [ "fork", "in-memory" ]
fork = [ "dep:futures", "dep:starknet", "dep:tokio", "in-memory" ]
in-memory = [ ]
test-utils = [ "dep:alloy-primitives"]
test-utils = [ "dep:alloy-primitives" ]

[dev-dependencies]
alloy-primitives.workspace = true
Expand Down

0 comments on commit 2b3cfa7

Please sign in to comment.