[package]
name = "cocoa"
description = "Bindings to Cocoa for OS X"
homepage = "https://github.com/servo/rust-cocoa"
repository = "https://github.com/servo/rust-cocoa"
version = "0.1.1"
authors = ["The Servo Project Developers"]
license = "MIT / Apache 2.0"
[lib]
name = "cocoa"
crate-type = ["rlib"]
[dependencies]
bitflags = "0.1"
libc = "*"
objc = "0.1"