Skip to content

Commit

Permalink
update scarb.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
credence0x committed May 18, 2024
1 parent 12aa5bd commit c0ddd85
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.6.4
scarb 2.6.3
6 changes: 6 additions & 0 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ name = "openzeppelin"
version = "0.12.0"
source = "git+https://github.com/openzeppelin/cairo-contracts?rev=e190e55#e190e55ce689809dd09b6ed9fef167fa35bcc19c"

[[package]]
name = "snforge_std"
version = "0.23.0"
source = "git+https://github.com/foundry-rs/starknet-foundry?tag=v0.23.0#f2bff8f796763ada77fe6033ec1b034ceee22abd"

[[package]]
name = "strealm"
version = "0.1.0"
dependencies = [
"openzeppelin",
"snforge_std",
]
6 changes: 6 additions & 0 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ version = "0.1.0"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html

[dependencies]
starknet = "2.6.3"
openzeppelin = { git = "https://github.com/openzeppelin/cairo-contracts", rev = "e190e55" }


[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.23.0" }

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

[tool.fmt]
sort-module-level-items = true

0 comments on commit c0ddd85

Please sign in to comment.