Skip to content

Commit

Permalink
Add lib compilation target
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Oct 23, 2024
1 parent 040d6d2 commit a954fcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "herodotus_eth_starknet"
version = "0.1.0"
authors = ["Herodotus Dev"]

[lib]
sierra = true
casm = true

[[target.starknet-contract]]
sierra = true
casm = true
Expand Down

0 comments on commit a954fcc

Please sign in to comment.