mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
uucore: export latest libc
This commit is contained in:
parent
ab345f133a
commit
c9dde462c7
2 changed files with 2 additions and 4 deletions
|
@ -4,8 +4,7 @@ version = "0.0.1"
|
|||
authors = []
|
||||
|
||||
[dependencies]
|
||||
libc = "*"
|
||||
winapi = "*"
|
||||
libc = { git = "https://github.com/rust-lang/libc.git" }
|
||||
getopts = "*"
|
||||
data-encoding = "^1.1"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
extern crate libc;
|
||||
#[cfg(windows)] extern crate winapi;
|
||||
pub extern crate libc;
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue