Skip to content

Commit

Permalink
chore: update docs (#891)
Browse files Browse the repository at this point in the history
* chore: Readme + Macros

* chore: grammar edits
  • Loading branch information
0xJepsen authored Feb 15, 2024
1 parent ffbbd14 commit a2596ab
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 126 deletions.
94 changes: 84 additions & 10 deletions Cargo.lock

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

16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,17 @@ name = "project"
path = "examples/template/src/main.rs"

[workspace.dependencies]
# Local
arbiter-bindings = { path = "bindings" }
arbiter-core = { path = "core" }
arbiter-engine = { path = "engine" }
arbiter-macros = { path = "macros" }
# Arbiter local for development
# arbiter-bindings = { path = "arbiter-bindings" }
# arbiter-core = { path = "arbiter-core" }
# arbiter-engine = { path = "arbiter-engine" }
# arbiter-macros = { path = "arbiter-macros" }

# Arbiter crates.io for release, these need to be used to do crate releases!
arbiter-bindings = "0.1.4"
arbiter-core = "0.10.2"
arbiter-engine = "0.2.0"
arbiter-macros = "0.1.1"

revm = { version = "5.0.0", features = ["ethersdb", "std", "serde"] }
revm-primitives = "=2.0.0"
Expand Down
Loading

0 comments on commit a2596ab

Please sign in to comment.