Skip to content

Commit 312c769

Browse files
author
Joseph Rafael Ferrer
committed
Rebase to main; Working rm tests
1 parent 42b2ebc commit 312c769

File tree

7 files changed

+1503
-306
lines changed

7 files changed

+1503
-306
lines changed

Cargo.lock

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plib/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ repository = "https://github.com/rustcoreutils/posixutils-rs.git"
99
[dependencies]
1010
libc.workspace = true
1111

12+
[dev-dependencies]
13+
rand = "0.8.5"
14+
1215
[lib]
1316
doctest = false

plib/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub mod modestr;
1515
pub mod sccsfile;
1616
pub mod testing;
1717
pub mod utmpx;
18+
pub mod walkdir;
1819

1920
pub const PROJECT_NAME: &'static str = "posixutils-rs";
2021

0 commit comments

Comments
 (0)