Skip to content

Commit

Permalink
🚧 Init kona-client
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Feb 18, 2024
1 parent 1083ff4 commit d4cccc0
Show file tree
Hide file tree
Showing 15 changed files with 550 additions and 18 deletions.
256 changes: 255 additions & 1 deletion Cargo.lock

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

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["crates/*"]
members = ["bin/client", "crates/*"]
exclude = ["examples/minimal", "examples/simple-revm", "fpvm-tests/cannon-rs-tests"]
resolver = "2"

Expand All @@ -20,6 +20,12 @@ cfg-if = "1.0.0"
[profile.dev]
opt-level = 1
overflow-checks = false
panic = "abort"

[profile.release]
panic = "abort"
codegen-units = 1
lto = "fat"

[profile.bench]
debug = true
Empty file removed bin/client/.gitkeep
Empty file.
Loading

0 comments on commit d4cccc0

Please sign in to comment.