diff options
author | Joris | 2023-08-19 15:07:10 +0200 |
---|---|---|
committer | Joris | 2023-08-19 15:08:27 +0200 |
commit | 4854531d60ad2c68ccdbf19eed6fe9a6ce1b6797 (patch) | |
tree | 9b0951fbfe13e382c545f942ad1fac0558f07227 /Cargo.toml | |
parent | 4e675127922e455b347246e81178d8c076720aea (diff) |
Use environment variables instead of config file
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,7 +7,6 @@ edition = "2021" [dependencies] bcrypt = "0.15" chrono = "0.4" -clap = { version = "4.3", features = ["derive"] } env_logger = "0.10" hmac = "0.12" hex = "0.4" @@ -25,4 +24,3 @@ tera = { version = "1.19", features = ["builtins"] } tokio = { version = "1", features = ["full"] } tokio-util = { version = "0.7", features = ["codec"] } url = "2.4" -uuid = { version = "1.4", features = ["v4"] } |