Skip to content

Commit

Permalink
inital commit
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Carstens <[email protected]>
Co-authored-by: Rami <[email protected]>
  • Loading branch information
3 people committed Aug 4, 2023
0 parents commit 8dca62a
Show file tree
Hide file tree
Showing 52 changed files with 14,361 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[patch.crates-io]
cc = { git = "https://github.com/rust-lang/cc-rs", tag = "1.0.79" }

[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.DS_Store
target/
tmp/
log.txt
*.pb
rpc_cache.json
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/testdata"]
path = lib/testdata
url = https://github.com/ethereum/tests.git
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rust-analyzer.linkedProjects": [
"./guests/eth-block/Cargo.toml",
"./host/Cargo.toml"
]
}
Loading

0 comments on commit 8dca62a

Please sign in to comment.