aboutsummaryrefslogtreecommitdiff
path: root/vfs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-27 03:32:57 +0100
committerAkshay <[email protected]>2021-10-27 03:32:57 +0100
commited1ee66b06add4c22e4922ffa762f097355c7431 (patch)
tree79021e382708437170cde6905d76601d797a8f56 /vfs
parent20d195988de1014517ff1a1c8c1041cff5f88e05 (diff)
add MIT licensev0.2.1
Diffstat (limited to 'vfs')
-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"