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"
version = "0.17.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]
2023-04-05 22:30:52 +03:00
sea-orm = "0.11.2"
serde = "1.0.159"
2023-04-11 00:27:06 +03:00
uuid = "1.3.1"
2023-04-11 01:01:36 +03:00
ethers = "2.0.2"
2022-12-14 05:13:23 +03:00
ulid = "1.0.0"