diff --git a/.gitignore b/.gitignore index 7fb857d0..94041a8b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ easy-fs-fuse/Cargo.lock easy-fs-fuse/target/* tools/ pushall.sh +Cargo.lock +target \ No newline at end of file diff --git a/Cargo.toml.txt b/Cargo.toml.txt new file mode 100644 index 00000000..65748472 --- /dev/null +++ b/Cargo.toml.txt @@ -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", +] \ No newline at end of file