aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parent68b556e93e09d494777bf4a57f740f8af153918d (diff)
add vfs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index adfe5d6..7303bc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@
3members = [ 3members = [
4 "bin", 4 "bin",
5 "lib", 5 "lib",
6 "macros" 6 "macros",
7 "vfs"
7] 8]
8 9