diff options
Diffstat (limited to 'webapp/Cargo.toml')
| -rw-r--r-- | webapp/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index 78a5863..15a880a 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -12,3 +12,7 @@ strum = "0.24" strum_macros = "0.24" rand = "0.8.4" getrandom = { version = "0.2.7", features = ["js"] } + +[dev-dependencies] +env_logger = "0.8.4" +dotenv = "0.15" |
