web3-proxy/entities/Cargo.toml
Bryan Stitt 56fdf48129
Send transactions to protected and public rpcs (#57)
* move protected transactions into their own function and dry stats sending

* cargo upgrade

* comments

* time to live instead of time to idle

* minor workaround for eth_chainId

* cargo upgrade
2023-04-24 11:00:12 -07:00

18 lines
307 B
TOML

[package]
name = "entities"
version = "0.17.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]
sea-orm = "0.11.3"
serde = "1.0.160"
uuid = "1.3.1"
ethers = "2.0.3"
ulid = "1.0.0"