From a12923c70c7b15c3f2d88cdf2d90a41bf7628c3e Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Fri, 11 Feb 2022 09:19:40 +0800 Subject: [PATCH] add faked workspace in ROOT/Cargo.toml.txt --- .gitignore | 2 ++ Cargo.toml.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 Cargo.toml.txt 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