Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SupperZum committed Apr 3, 2024
1 parent 99a5427 commit 1f6091f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions module/core/fs_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions module/core/fs_tools/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ cd wTools
cd examples/test_trivial
cargo run
```
ev
```


### Try out from the repository

Expand Down

0 comments on commit 1f6091f

Please sign in to comment.