From 67130f26fdb4c4c39f46e3fae9f826328eca0725 Mon Sep 17 00:00:00 2001 From: ts0yu <120932697+ts0yu@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:52:35 +0000 Subject: [PATCH] nit: exclude contracts from crate --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2df529c..1183b1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "arena-core" -version = "0.1.1" +version = "0.1.2" dependencies = [ "alloy", "alloy-contract", diff --git a/Cargo.toml b/Cargo.toml index ad61548..3d66f6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } @@ -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"] } \ No newline at end of file