aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-03-23 13:27:05 -0400
committerShav Kinderlehrer <[email protected]>2024-03-23 13:27:05 -0400
commit9d23304feba7b1ed50e582ea5a26deafedba505a (patch)
tree402eedf9c4ec37b8d12f1ffcf3eae651e1198eff
parent0e29fa02995273bfd803aea48773cbe52a7366ed (diff)
downloadmolehole-9d23304feba7b1ed50e582ea5a26deafedba505a.tar.gz
Add README
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..edce122
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+Molehole
+========
+
+Molehole is a (WIP) client for the Molerat protocol [0].
+It is implemented in rust using ratatui [1].
+
+Contributions are welcome, please send them to [email protected]
+
+[0]: https://trkt.in/molerat
+[1]: https://ratatui.rs