Skip to content

Commit

Permalink
Update Scarb.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Oct 24, 2024
1 parent 9c131d2 commit e341830
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ casm = false

[features]

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

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

keccak = []
blake2s = []
Expand Down

0 comments on commit e341830

Please sign in to comment.