aboutsummaryrefslogtreecommitdiff
path: root/vfs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vfs/Cargo.toml')
-rw-r--r--vfs/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vfs/Cargo.toml b/vfs/Cargo.toml
index b8aa8d9..7a5dc6b 100644
--- a/vfs/Cargo.toml
+++ b/vfs/Cargo.toml
@@ -2,6 +2,7 @@
2name = "vfs" 2name = "vfs"
3version = "0.0.0" 3version = "0.0.0"
4edition = "2018" 4edition = "2018"
5license = "MIT"
5 6
6[dependencies] 7[dependencies]
7indexmap = "1.6.2" 8indexmap = "1.6.2"