initial version

This commit is contained in:
Robin Appelman 2020-07-25 15:38:37 +02:00
commit 342b10f15a
7 changed files with 1276 additions and 4 deletions

View file

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
demostf-client = "0.1"
tokio = { version = "0.2", features = ["macros"] }
chrono = "0.4"
main_error = "0.1"
dotenv = "0.15"