From 10ba74c21e363fa4f11342beb55f8ea13b5bbc6c Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 10 Mar 2020 18:11:39 -0700 Subject: [PATCH] memofs: Add description --- memofs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/memofs/Cargo.toml b/memofs/Cargo.toml index 09912fb4..a583486f 100644 --- a/memofs/Cargo.toml +++ b/memofs/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "memofs" +description = "Virtual filesystem with configurable backends." version = "0.1.0" authors = ["Lucien Greathouse "] edition = "2018"