web3-proxy/entities/Cargo.toml
Bryan Stitt 501ec21442 drop workspace-hack for now
it doesn't work well with features and so we were installing things like kafka even if the feature was off
2023-06-30 13:18:37 -07:00

18 lines
347 B
TOML

[package]
name = "entities"
version = "0.32.0"
edition = "2021"
[lib]
name = "entities"
path = "src/mod.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ethers = { version = "2.0.7", default-features = false }
sea-orm = "0.11.3"
serde = "1.0.164"
ulid = "1.0.0"
uuid = "1.4.0"