From e5b375525d145947524a95891b7e2afa7a6b2b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 20 May 2019 17:34:11 -0700 Subject: [PATCH] docs: added readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb1951c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# cacache + +A Rust port of [`cacache` for Node.js](https://npm.im/cacache). + +A high-performance, concurrent, content-addressable disk cache.