initial implementation

This commit is contained in:
Robin Appelman 2020-02-08 13:46:11 +01:00
commit 0619925304
4 changed files with 1929 additions and 2 deletions

View file

@ -5,6 +5,9 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
dotenv = "0.15.0"
main_error = "0.1.0"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"
mitemp = { version = "0.1.0", git = "https://github.com/icewind1991/mitemp-rs" }