We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
forge-fmt
1 parent 74b9ed7 commit 5c78be1Copy full SHA for 5c78be1
crates/sdk/Cargo.toml
@@ -54,7 +54,7 @@ snark-verifier = { workspace = true }
54
snark-verifier-sdk.workspace = true
55
tempfile.workspace = true
56
hex.workspace = true
57
-forge-fmt.workspace = true
+forge-fmt = { workspace = true, optional = true }
58
59
[features]
60
default = ["parallel", "jemalloc", "evm-verify"]
@@ -63,6 +63,7 @@ evm-verify = [
63
"evm-prove",
64
"openvm-native-recursion/evm-verify",
65
"dep:alloy-sol-types",
66
+ "dep:forge-fmt",
67
]
68
bench-metrics = [
69
"openvm-circuit/bench-metrics",
0 commit comments