transaction-watcher/inserter/Cargo.toml

11 lines
266 B
TOML
Raw Permalink Normal View History

2023-03-29 15:37:22 +00:00
[package]
name = "inserter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
postgres = { version = "0.19.4" }
rand = { version = "0.8.5"}
ctrlc = {version = "3.2.5"}