From 9b231a73d6ef9c63d2d3040f4d020ffeff2c0220 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Fri, 7 Apr 2023 21:32:39 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a15a9a..5e6b592 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ fine with getting your hands dirty, but I plan on having it ready to go for more - CSRF protection - Minimal user login/registration + sessions - Config file handling +- Scheduled tasks - Entire website compiles into a single binary (~10mb) (excluding env.json) - Minimal dependencies (just standard library, postgres driver, and experimental package for bcrypt)