feat: Add Cargo files, CI, configs and README
This commit is contained in:
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "tycho-execution"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
lazy_static = "1.4.0"
|
||||
num-bigint = "0.4.6"
|
||||
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
|
||||
alloy = { version = "0.5.4", features = ["providers"] }
|
||||
alloy-sol-types = { version = "0.8.14" }
|
||||
alloy-primitives = { version = "0.8.9" }
|
||||
tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.46.0" }
|
||||
hex = "0.4.3"
|
||||
anyhow = "1.0.95"
|
||||
num-traits = "0.2.19"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.135"
|
||||
|
||||
[profile.bench]
|
||||
debug = true
|
||||
Reference in New Issue
Block a user