diff --git a/README.md b/README.md index 661208c..7d626c5 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Getting Started Install on `Cargo.toml` as `build-dependencies` and set up `bindgen::Builder` on `build.rs`. ```toml +[lib] +crate-type = ["cdylib"] + [build-dependencies] csbindgen = "1.7.0" ```