From 48b3c2618a9589490a2b327844740a9fe1950b11 Mon Sep 17 00:00:00 2001 From: WangRunji Date: Fri, 28 Dec 2018 17:30:40 +0800 Subject: [PATCH] update Cargo.toml & README --- Cargo.toml | 5 ++--- README.md | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c5472a..8cb7f81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "simple-filesystem" -version = "0.0.1" -authors = ["WangRunji "] +version = "0.1.0" +authors = ["WangRunji ", "Ben Pig Chu "] edition = "2018" [[bin]] @@ -15,5 +15,4 @@ static_assertions = "0.3" spin = "0.4" [features] -debug_print = [] std = [] \ No newline at end of file diff --git a/README.md b/README.md index 5c3484e..c8a2ae4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ A Rust implementation for SFS in [ucore_os_lab](https://github.com/chyyuu/ucore_os_lab) lab8. -[uCore with Rust SFS](https://github.com/wangrunji0408/ucore_os_lab/tree/rust-fs/labcodes_answer/lab8_result). +This is the file system module of [RustOS](https://github.com/wangrunji0408/RustOS). -It will become a part of [RustOS](https://github.com/wangrunji0408/RustOS). - -Almost finished. \ No newline at end of file +It can also be used in the origin ucore_os_lab, see [uCore with Rust SFS](https://github.com/wangrunji0408/ucore_os_lab/tree/rust-fs/labcodes_answer/lab8_result). \ No newline at end of file