From 1f6091f3e9773665b350a908cb32901a295d3f1a Mon Sep 17 00:00:00 2001 From: SupperZum Date: Wed, 3 Apr 2024 14:08:25 +0300 Subject: [PATCH] fix --- module/core/fs_tools/Cargo.toml | 3 +++ module/core/fs_tools/Readme.md | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/module/core/fs_tools/Cargo.toml b/module/core/fs_tools/Cargo.toml index 2ef39097b2..c50503253a 100644 --- a/module/core/fs_tools/Cargo.toml +++ b/module/core/fs_tools/Cargo.toml @@ -20,6 +20,9 @@ keywords = [ "fundamental", "general-purpose", "testing" ] [lints] workspace = true +[lib] +path = "src/fs/lib.rs" + [package.metadata.docs.rs] features = [ "full" ] all-features = false diff --git a/module/core/fs_tools/Readme.md b/module/core/fs_tools/Readme.md index f6fa8b09a4..a443261de2 100644 --- a/module/core/fs_tools/Readme.md +++ b/module/core/fs_tools/Readme.md @@ -21,8 +21,7 @@ cd wTools cd examples/test_trivial cargo run ``` -ev -``` + ### Try out from the repository