summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake Goulding <shepmaster@mac.com>2017-01-20 11:56:42 -0500
committerGitHub <noreply@github.com>2017-01-20 11:56:42 -0500
commitac57d535245fe93e44252581e2e490014e336b12 (patch)
tree67e0dc6193bb1df2c3706629497fb292a240dab0 /Cargo.toml
parentf66110655d1126e1facab43dc5612fd6c611b176 (diff)
downloadnix-ac57d535245fe93e44252581e2e490014e336b12.zip
Add categories to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e758846..43b074ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ authors = ["The nix-rust Project Developers"]
homepage = "https://github.com/nix-rust/nix"
repository = "https://github.com/nix-rust/nix"
license = "MIT"
+categories = ["os::unix-apis"]
exclude = [
".gitignore",
".travis.yml",