add faked workspace in ROOT/Cargo.toml.txt

2022spring
Yu Chen 3 years ago
parent dbc3b795e2
commit a12923c70c

2
.gitignore vendored

@ -14,3 +14,5 @@ easy-fs-fuse/Cargo.lock
easy-fs-fuse/target/*
tools/
pushall.sh
Cargo.lock
target

@ -0,0 +1,13 @@
[workspace]
members=[
"easy-fs",
"easy-fs-fuse",
"os",
"user",
"third-party/k210-hal",
"third-party/k210-pac",
"third-party/k210-soc",
"third-party/riscv",
"third-party/virtio-drivers",
]
Loading…
Cancel
Save