Go to file
2023-06-11 13:00:27 +03:00
.vscode Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager 2023-06-01 14:42:35 +03:00
cryptography Removed magic values from gen_password. Made generate_password accept constants for the amount the length of the password 2023-06-07 21:35:22 +03:00
database Added docker files for the bot and the database 2023-05-07 16:34:41 +03:00
entity Replaced super with crate where applicable 2023-06-01 14:58:48 +03:00
migration Removed a binary migration crate 2023-06-11 13:00:27 +03:00
src Added limits for the amount of workers for /export and /import and moved out async blocks out of them into sepparate functions 2023-06-09 18:05:45 +03:00
.dockerignore Added docker files for the bot and the database 2023-05-07 16:34:41 +03:00
.gitignore Added docker files for the bot and the database 2023-05-07 16:34:41 +03:00
Cargo.lock Removed a binary migration crate 2023-06-11 13:00:27 +03:00
Cargo.toml Added limits for the amount of workers for /export and /import and moved out async blocks out of them into sepparate functions 2023-06-09 18:05:45 +03:00
compose.yaml Added docker files for the bot and the database 2023-05-07 16:34:41 +03:00
Dockerfile Added docker files for the bot and the database 2023-05-07 16:34:41 +03:00
LICENSE Initial commit 2023-04-23 20:54:16 +03:00