Skip to content

Commit

Permalink
Add features to Scarb.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Mar 26, 2024
1 parent 9fc1b46 commit bab4254
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
[package]
name = "cairo_verifier"
version = "0.1.0"

[features]

dex = []
recursive = []
recursive_with_poseidon = []
small = []
starknet = []
starknet_with_keccak = []

keccak = []
blake2s = []

0 comments on commit bab4254

Please sign in to comment.