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