diff options
author | Akshay <[email protected]> | 2021-10-19 11:27:39 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-19 11:27:39 +0100 |
commit | 0076b3a37dcca0e11afd05dc98174f646cdb8fa9 (patch) | |
tree | 86f9ef38457b23494ba29eeb98763b5f9fd953ee /vfs/Cargo.toml | |
parent | 68b556e93e09d494777bf4a57f740f8af153918d (diff) |
add vfs
Diffstat (limited to 'vfs/Cargo.toml')
-rw-r--r-- | vfs/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | [package] | ||
2 | name = "vfs" | ||
3 | version = "0.1.0" | ||
4 | edition = "2018" | ||
5 | |||
6 | [dependencies] | ||
7 | indexmap = "1.6.2" | ||
8 | |||