diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6f35a5 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# A simple blog engine made with Rocket, Diesel and Bart + +This is essentially a toy project to learn [Rocket](https://rocket.rs) and [Diesel](https://diesel.rs). Also I'm using [Bart](https://crates.io/crates/bart) for templates, because it seemed simple, and I like the name. + +This project is provided as free software under the GNU AGPL v3, see LICENSE for details. |