diff options
author | Akshay <[email protected]> | 2021-10-27 03:32:57 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-27 03:32:57 +0100 |
commit | ed1ee66b06add4c22e4922ffa762f097355c7431 (patch) | |
tree | 79021e382708437170cde6905d76601d797a8f56 /vfs | |
parent | 20d195988de1014517ff1a1c8c1041cff5f88e05 (diff) |
add MIT licensev0.2.1
Diffstat (limited to 'vfs')
-rw-r--r-- | vfs/Cargo.toml | 1 |
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 @@ | |||
2 | name = "vfs" | 2 | name = "vfs" |
3 | version = "0.0.0" | 3 | version = "0.0.0" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | ||
5 | 6 | ||
6 | [dependencies] | 7 | [dependencies] |
7 | indexmap = "1.6.2" | 8 | indexmap = "1.6.2" |