diff options
Diffstat (limited to 'bindgen-integration/Cargo.toml')
-rw-r--r-- | bindgen-integration/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bindgen-integration/Cargo.toml b/bindgen-integration/Cargo.toml index e0687f99..9b8e341d 100644 --- a/bindgen-integration/Cargo.toml +++ b/bindgen-integration/Cargo.toml @@ -3,13 +3,12 @@ name = "bindgen-integration" description = "A package to test various bindgen features" version = "0.1.0" authors = ["Emilio Cobos Álvarez <emilio@crisal.io>"] -workspace = ".." publish = false build = "build.rs" [build-dependencies] -libbindgen = { path = "../libbindgen" } +bindgen = { path = ".." } gcc = "0.3" [features] -llvm_stable = ["libbindgen/llvm_stable"] +llvm_stable = ["bindgen/llvm_stable"] |