This is needed after https://github.com/propeller-heads/tycho-protocol-sdk/pull/201 Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
23 lines
494 B
TOML
23 lines
494 B
TOML
[package]
|
|
name = "ethereum-ambient"
|
|
version = "0.6.1"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "ethereum_ambient"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
tycho-substreams = { git = "https://github.com/propeller-heads/tycho-protocol-sdk.git", rev = "52d5021" }
|
|
substreams = "0.5.22"
|
|
substreams-ethereum = "0.9.9"
|
|
prost = "0.11"
|
|
hex-literal = "0.4.1"
|
|
ethabi = "18.0.0"
|
|
hex = "0.4.3"
|
|
bytes = "1.5.0"
|
|
anyhow = "1.0.75"
|
|
tiny-keccak = "2.0.2"
|
|
num-bigint = { version = "0.4.4", features = [] }
|
|
quote = "1.0.33"
|