about summary refs log tree commit diff
path: root/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Removed openssl dependency - now the code is pure RustVika2021-05-101-1/+4
* Added a frontend to the application. TODO: Login, alternative themes, built-i...Vika2021-05-091-0/+2
* Moved things in Cargo.toml to make it prettierVika2021-05-051-15/+21
* Added rudimentary caching to IndieAuth middlewareVika2021-05-051-8/+7
* Added a connection pool to the RedisDatabaseVika2021-05-051-2/+3
* Refactored the database module and its testsVika2021-05-041-1/+1
* Initial commitVika2021-05-041-0/+40