Clone proto and substreams from tycho-indexer
This commit is contained in:
18
substreams/ethereum-ambient/Cargo.toml
Normal file
18
substreams/ethereum-ambient/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "substreams-ethereum-ambient"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "substreams_ethereum_ambient"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
substreams = "0.5"
|
||||
substreams-ethereum = "0.9"
|
||||
prost = "0.11"
|
||||
hex-literal = "0.4.1"
|
||||
ethabi = "18.0.0"
|
||||
hex = "0.4.2"
|
||||
bytes = "1.5.0"
|
||||
anyhow = "1.0.75"
|
||||
Reference in New Issue
Block a user