Skip to content

Commit

Permalink
Add required info for scarb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
THenry14 committed Sep 11, 2024
1 parent 196f06b commit 1e9a5ca
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/snforge-scarb-plugin/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "snforge_scarb_plugin"
version = "0.1.0"
version = "0.2.0"

[cairo-plugin]
4 changes: 4 additions & 0 deletions sncast_std/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# sncast_std

For a library reference please visit https://foundry-rs.github.io/starknet-foundry/appendix/sncast-library.html

5 changes: 5 additions & 0 deletions sncast_std/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
name = "sncast_std"
version = "0.30.0"
edition = "2023_11"
description = "Library used for writing deployment scripts in cairo"
homepage = "https://foundry-rs.github.io/starknet-foundry/starknet/script.html"
documentation = "https://foundry-rs.github.io/starknet-foundry/appendix/sncast-library.html"
repository = "https://github.com/foundry-rs/starknet-foundry"
license-file = "../LICENSE"
3 changes: 3 additions & 0 deletions snforge_std/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# snforge_std

For a library reference please visit https://foundry-rs.github.io/starknet-foundry/appendix/snforge-library.html
4 changes: 4 additions & 0 deletions snforge_std/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "snforge_std"
version = "0.30.0"
edition = "2023_10"
description = "Cairo testing library"
documentation = "https://foundry-rs.github.io/starknet-foundry/appendix/snforge-library.html"
repository = "https://github.com/foundry-rs/starknet-foundry"
license-file = "../LICENSE"

[dependencies]
snforge_scarb_plugin = { path = "../crates/snforge-scarb-plugin" }

0 comments on commit 1e9a5ca

Please sign in to comment.