Add manager script

This commit is contained in:
2021-04-06 20:28:59 +02:00
commit ecb50e1cf5
6 changed files with 1096 additions and 0 deletions

21
manager/Cargo.toml Normal file
View File

@ -0,0 +1,21 @@
[package]
name = "df_manager"
version = "0.1.0"
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
edition = "2018"
[dependencies]
structopt = "0.3.21"
pretty_env_logger = "0.4.0"
log = "0.4.14"
futures = "0.3.13"
async-recursion = "0.3.2"
handlebars = "3.5.4"
[dependencies.serde]
version = "1.0.125"
features = ["derive"]
[dependencies.tokio]
version = "1.4.0"
features = ["full"]