mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-05 05:30:37 -04:00
💾
This commit is contained in:
parent
7c4b4cc16f
commit
fd8a437ebf
70 changed files with 10585 additions and 1 deletions
16
advanced_expert/foundry_exploits/lib/forge-std/package.json
Normal file
16
advanced_expert/foundry_exploits/lib/forge-std/package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "forge-std",
|
||||
"version": "1.4.0",
|
||||
"description": "Forge Standard Library is a collection of helpful contracts and libraries for use with Forge and Foundry.",
|
||||
"homepage": "https://book.getfoundry.sh/forge/forge-std",
|
||||
"bugs": "https://github.com/foundry-rs/forge-std/issues",
|
||||
"license": "(Apache-2.0 OR MIT)",
|
||||
"author": "Contributors to Forge Standard Library",
|
||||
"files": [
|
||||
"src/*"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/foundry-rs/forge-std.git"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue