aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d2a4851
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# A single binary blob
+
+After reading [this article](https://www.andreinc.net/2022/04/10/a-blog-that-is-a-single-executable-binary) by Andrei
+Ciobanu it sparkled in me to do the same thing but with rust.
+
+To achieve that I'll be using the following:
+
+- Sailfish for templating
+- hyper for http server
+- rust-embed for adding the files into the binary.
+