From 0076b3a37dcca0e11afd05dc98174f646cdb8fa9 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 19 Oct 2021 15:57:39 +0530 Subject: add vfs --- vfs/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vfs/Cargo.toml (limited to 'vfs/Cargo.toml') diff --git a/vfs/Cargo.toml b/vfs/Cargo.toml new file mode 100644 index 0000000..56a2c61 --- /dev/null +++ b/vfs/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "vfs" +version = "0.1.0" +edition = "2018" + +[dependencies] +indexmap = "1.6.2" + -- cgit v1.2.3