backie/fang_examples/blocking/simple_cron_worker/Cargo.toml

14 lines
355 B
TOML
Raw Normal View History

[package]
2022-09-01 17:16:18 +00:00
name = "simple_cron_worker"
version = "0.1.0"
2022-09-01 17:16:18 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fang = { path = "../../../" , features = ["blocking"]}
dotenv = "0.15.0"
env_logger = "0.9.0"
log = "0.4.0"
2022-09-01 17:16:18 +00:00
diesel = { version = "2", features = ["postgres", "r2d2"] }