diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 122b69a..394492b 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -7,6 +7,9 @@ version = "0.1.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" +[dependencies.core-foundation-sys] +path = "../core-foundation-sys" +version = "0.1.0" + [dependencies] libc = "0.1" -core-foundation-sys = { path = "../core-foundation-sys" }