Skip to content

Commit b41247c

Browse files
committed
Split implementations into their own files
1 parent c5b4768 commit b41247c

File tree

5 files changed

+668
-666
lines changed

5 files changed

+668
-666
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ An implementation of the GNU make jobserver for Rust
1111
"""
1212
edition = "2018"
1313

14+
[dependencies]
15+
cfg-if = "0.1.10"
16+
1417
[target.'cfg(unix)'.dependencies]
1518
libc = "0.2.50"
1619

0 commit comments

Comments
 (0)