generated from anthias-labs/arbiter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
27 lines (24 loc) · 850 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "arbiter_template"
version = "0.1.0"
edition = "2021"
[dependencies]
arbiter-core = { git = "https://github.com/primitivefinance/arbiter", branch = "feat/simple" }
ethers = { git = "https://github.com/primitivefinance/ethers-rs" }
m3-rs = { git = "https://github.com/primitivefinance/m3-rs.git" }
tokio = { version = "1.28.1", features = ["macros", "full"] }
bytes = "1.4.0"
hex = { version = "0.4.3", default-features = false }
revm = "3.3.0"
ruint = "1.8.0"
polars = "0.31.1"
serde = { version = "1.0.163", features= ["derive"]}
clap = { version = "4.3.0", features = ["derive"] }
visualize = {git = "https://github.com/primitivefinance/visualization-rs.git", branch = "alex/copy-traits"}
itertools-num = "0.1.3"
statrs = "0.16.0"
anyhow = "1.0.72"
colored = "2.0.4"
chrono = "0.4.26"
config = "0.13.3"
serde_derive = "1.0.180"