Skip to content

Commit

Permalink
Bumped to 0.0.1 and added Cargo metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
SSheldon committed Apr 20, 2015
1 parent d4d490d commit fa18779
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
[package]
name = "dispatch"
version = "0.0.0"
version = "0.0.1"
authors = ["Steven Sheldon"]

description = "Rust wrapper for Apple's Grand Central Dispatch."
keywords = ["gcd", "objective-c", "osx", "ios"]
readme = "README.md"
repository = "http://github.com/SSheldon/rust-dispatch"
documentation = "http://ssheldon.github.io/rust-objc/dispatch/"
license = "MIT"

exclude = [".gitignore"]

[dependencies]
libc = "0.1"

0 comments on commit fa18779

Please sign in to comment.