Skip to content

Commit

Permalink
feat(cairo_native): add a binary crate for cairo_native compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
avi-starkware committed Nov 13, 2024
1 parent 71da94a commit 2cda2b0
Show file tree
Hide file tree
Showing 7 changed files with 3,858 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ members = [
"workspace_tests",
]

exclude = ["crates/bin/starknet-native-compile"]

[workspace.package]
version = "0.0.0"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const Configuration = {
'block_hash',
'blockifier',
'blockifier_reexecution',
'cairo_native',
'ci',
'committer',
'common',
Expand Down
Loading

0 comments on commit 2cda2b0

Please sign in to comment.