Skip to content

Commit

Permalink
nit: exclude contracts from crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ts0yu authored Aug 21, 2024
1 parent f50ecf1 commit 67130f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
repository = "https://github.com/arena-rs/arena"
description = "Framework for holistic economic modelling and simulation of Uniswap v4 strategies, hooks and pools."
license-file = "./LICENSE"
exclude = ["contracts"]

[dependencies]
alloy = { version = "0.2.1", features = ["full", "node-bindings", "json"] }
Expand All @@ -16,4 +17,4 @@ plotly = "0.9.0"
rand = "0.8.5"
rand_distr = "0.4.3"
rug = "1.25.0"
tokio = { version = "1.39.2", features = ["macros"] }
tokio = { version = "1.39.2", features = ["macros"] }

0 comments on commit 67130f2

Please sign in to comment.