core-foundation 0.2.3

Bindings to Core Foundation for OS X
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "core-foundation"
description = "Bindings to Core Foundation for OS X"
homepage = "https://github.com/servo/core-foundation-rs"
repository = "https://github.com/servo/core-foundation-rs"
version = "0.2.3"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"

[dependencies.core-foundation-sys]
path = "../core-foundation-sys"
version = "0.2.3"

[dependencies]
libc = "0.2"