web3-proxy/entities/Cargo.toml

19 lines
429 B
TOML
Raw Normal View History

2022-07-26 07:53:38 +03:00
[package]
name = "entities"
version = "0.32.0"
2022-07-26 07:53:38 +03:00
edition = "2021"
2022-08-04 02:17:02 +03:00
[lib]
name = "entities"
path = "src/mod.rs"
2022-07-26 07:53:38 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ethers = { git = "https://github.com/llamanodes/ethers-rs/", rev = "eb68f5d60850008cd302762bd3a5a4bdcfecc713", default-features = false }
2023-05-11 23:25:55 +03:00
sea-orm = "0.11.3"
2023-06-09 08:35:14 +03:00
serde = "1.0.164"
2022-12-14 05:13:23 +03:00
ulid = "1.0.0"
uuid = "1.3.4"