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-02-08 22:11:16 +03:00
sea-orm = "0.11.0"
2022-12-28 09:10:49 +03:00
serde = "1.0.152"
uuid = "1.3.0"
2022-12-14 05:13:23 +03:00
ethers = "1.0.2"
ulid = "1.0.0"