The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/gelato/Cargo.toml

15 lines
525 B

[package]
name = "gelato"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = { version = "0.1", default-features = false }
ethers = { git = "https://github.com/gakonst/ethers-rs", branch = "master" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false }
tokio = { version = "1", features = ["macros"] }
reqwest = { version = "0", features = ["json"]}
rustc-hex = { version = "2" }
thiserror = { version = "1.0", default-features = false }
tracing = "0.1"