Simplify dependencies
This commit is contained in:
parent
7da5fbf36f
commit
4bd96b06ef
17
Cargo.toml
17
Cargo.toml
|
@ -3,22 +3,7 @@ name = "termion"
|
|||
version = "0.1.0"
|
||||
authors = ["Ticki <Ticki@users.noreply.github.com>"]
|
||||
|
||||
[target.i686-unknown-linux-gnu.dependencies]
|
||||
libc = "0.2.8"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||
libc = "0.2.8"
|
||||
|
||||
[target.i686-unknown-linux-musl.dependencies]
|
||||
libc = "0.2.8"
|
||||
|
||||
[target.x86_64-unknown-linux-musl.dependencies]
|
||||
libc = "0.2.8"
|
||||
|
||||
[target.i686-apple-darwin.dependencies]
|
||||
libc = "0.2.8"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
libc = "0.2.8"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in New Issue