transaction-watcher/inserter/Cargo.toml

11 lines
266 B
TOML

[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"}