Skip to content

Commit

Permalink
Split implementations into their own files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 29, 2020
1 parent c5b4768 commit b41247c
Show file tree
Hide file tree
Showing 5 changed files with 668 additions and 666 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ An implementation of the GNU make jobserver for Rust
"""
edition = "2018"

[dependencies]
cfg-if = "0.1.10"

[target.'cfg(unix)'.dependencies]
libc = "0.2.50"

Expand Down
Loading

0 comments on commit b41247c

Please sign in to comment.