diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-11-22 19:54:14 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-11-22 19:54:14 +0100 |
commit | 994084be2299f8f471b94187085eb8d4d61a1c1c (patch) | |
tree | 9944e5d98fb4e0c456cfa34bc8dae621bd780a22 | |
parent | af0ecd103bca4a2b823173a85ecf1131bc3bcc2a (diff) | |
download | rocket-blog-994084be2299f8f471b94187085eb8d4d61a1c1c.tar.gz rocket-blog-994084be2299f8f471b94187085eb8d4d61a1c1c.tar.bz2 rocket-blog-994084be2299f8f471b94187085eb8d4d61a1c1c.zip |
Add readme
-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. |