Skip to content

Commit b2454c9

Browse files
committed
Tweak Cargo file
1 parent 78f9bef commit b2454c9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[package]
22

33
name = "nix"
4-
description = "Rust friendly bindings to Posix APIs"
4+
description = "Rust friendly bindings to *nix APIs"
55
version = "0.2.3"
66
authors = ["Carl Lerche <[email protected]>"]
77
homepage = "https://github.com/carllerche/nix-rust"
88
license = "MIT"
9-
exclude = [".gitignore", ".travis.yml", "tests/**/*"]
9+
exclude = [
10+
".gitignore",
11+
".travis.yml",
12+
"deploy.sh",
13+
"tests/**/*"
14+
]
1015

1116
[dependencies]
1217
bitflags = "0.1"

nix-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ version = "0.0.1"
66
authors = ["Carl Lerche <[email protected]>"]
77
homepage = "https://github.com/carllerche/nix-rust"
88
build = "build.rs"
9+
license = "MIT"

0 commit comments

Comments
 (0)