Skip to content

Commit

Permalink
make deps dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jul 18, 2024
1 parent 0202a57 commit c288feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/katana/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ tracing.workspace = true
# blockifier deps
blockifier = { git = "https://github.com/dojoengine/blockifier", rev = "57c11586", features = [ "testing" ], optional = true }
katana-cairo = { workspace = true, optional = true }
oneshot = { version = "0.1.8", default-features = false, features = [ "std" ] }
rayon.workspace = true

# Disable SIR for now until they support Cairo 2.6.3
# # starknet_in_rust deps
Expand All @@ -41,7 +39,9 @@ similar-asserts.workspace = true
tokio.workspace = true

criterion.workspace = true
oneshot = { version = "0.1.8", default-features = false, features = [ "std" ] }
pprof = { version = "0.13.0", features = [ "criterion", "flamegraph" ] }
rayon.workspace = true

[features]
blockifier = [ "dep:blockifier", "dep:katana-cairo", "dep:starknet" ]
Expand Down

0 comments on commit c288feb

Please sign in to comment.