Go to file
StNicolay 4075e04ccc
Removed rayon dependency
(I don't know how it got there)
2023-06-12 18:06:56 +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 Now scrypt params are created once 2023-06-11 13:05:20 +03:00
database Added docker files for the bot and the database 2023-05-07 16:34:41 +03:00
entity Updated account entity for better readability, now Account::get_names always orders by name 2023-06-12 17:55:21 +03:00
migration Removed extra stuff from migration/Cargo.toml 2023-06-11 15:33:25 +03:00
src Updated account entity for better readability, now Account::get_names always orders by name 2023-06-12 17:55:21 +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 rayon dependency 2023-06-12 18:06:56 +03:00
Cargo.toml Removed rayon dependency 2023-06-12 18:06:56 +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