aboutsummaryrefslogtreecommitdiff
path: root/vfs/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-19 11:27:39 +0100
committerAkshay <[email protected]>2021-10-19 11:27:39 +0100
commit0076b3a37dcca0e11afd05dc98174f646cdb8fa9 (patch)
tree86f9ef38457b23494ba29eeb98763b5f9fd953ee /vfs/Cargo.toml
parent68b556e93e09d494777bf4a57f740f8af153918d (diff)
add vfs
Diffstat (limited to 'vfs/Cargo.toml')
-rw-r--r--vfs/Cargo.toml8
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]
2name = "vfs"
3version = "0.1.0"
4edition = "2018"
5
6[dependencies]
7indexmap = "1.6.2"
8