Improve app arguments management, can specify env file

This commit is contained in:
2023-12-19 23:23:19 +01:00
parent e969455c58
commit aa81c7f979
4 changed files with 48 additions and 7 deletions

View File

@ -43,3 +43,4 @@ ipnetwork = "0.20.0"
num = "0.4.1"
rust-embed = { version = "8.1.0" }
mime_guess = "2.0.4"
dotenvy = "0.15.7"