web3-proxy/entities/Cargo.toml

18 lines
307 B
TOML
Raw Normal View History

2022-07-26 07:53:38 +03:00
[package]
name = "entities"
2022-12-14 05:13:23 +03:00
version = "0.12.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]
2022-12-24 04:36:51 +03:00
sea-orm = "0.10.6"
2022-12-17 07:06:53 +03:00
serde = "1.0.151"
2022-11-16 10:27:16 +03:00
uuid = "1.2.2"
2022-12-14 05:13:23 +03:00
ethers = "1.0.2"
ulid = "1.0.0"