Skip to content

Commit

Permalink
Merge branch 'feat/caller-for-jobs' of github.com:webb-tools/tangle i…
Browse files Browse the repository at this point in the history
…nto feat/caller-for-jobs
  • Loading branch information
1xstj committed Nov 27, 2023
2 parents d060521 + 6158e8d commit 03f1626
Show file tree
Hide file tree
Showing 28 changed files with 2,230 additions and 279 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "forge/lib/forge-std"]
path = forge/lib/forge-std
url = https://github.com/foundry-rs/forge-std
122 changes: 122 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions forge/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Compiler files
cache/
out/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/

# Docs
docs/

# Dotenv file
.env
6 changes: 6 additions & 0 deletions forge/foundry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[profile.default]
src = "src"
out = "out"
libs = ["lib"]

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
1 change: 1 addition & 0 deletions forge/lib/forge-std
Submodule forge-std added at 2f1126
Loading

0 comments on commit 03f1626

Please sign in to comment.