From 93ce28ed15d11ba601765933f95756e7fb76d2e3 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 24 Nov 2018 17:00:44 -0500 Subject: [PATCH] add README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..ac389fd51 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +At the moment, this is sort of an make-work project to re-implement Taskwarrior in Rust. + +There's no great reason to do so, and lots of reasons not to. +But it's a nice way to practice some "basic" Rust that does not exercise all of the language's more esoteric features.