dockerfile

This commit is contained in:
Robin Appelman 2020-06-20 13:06:53 +02:00
commit 5778c6164b
3 changed files with 18 additions and 0 deletions

View file

@ -4,6 +4,10 @@ version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[[bin]]
name = "log-normalizer"
path = "src/main.rs"
[dependencies]
sqlx = { version = "0.3", default_features = false, features = ["macros", "postgres", "json", "runtime-tokio", "chrono"] }
dotenv = "0.15.0"