Skip to content

Commit

Permalink
Add keyword and be more precise which files are included in the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
mneumann committed Jul 10, 2017
1 parent 53dca2b commit 52512bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "errno-dragonfly"
version = "0.1.0"
version = "0.1.1"
authors = ["Michael Neumann <[email protected]>"]
description = "Exposes errno functionality to stable Rust on DragonFlyBSD"
license = "MIT"
repository = "https://github.com/mneumann/errno-dragonfly-rs"
keywords = ["dragonfly"]
include = ["Cargo.toml", "LICENSE", "README.md", "build.rs", "src/lib.rs", "src/errno.c" ]

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit 52512bf

Please sign in to comment.