dispatch 0.0.2

Rust wrapper for Apple's Grand Central Dispatch.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dispatch"
version = "0.0.2"
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"