diff --git a/Cargo.toml b/Cargo.toml index 4f3ca70..c644a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,9 @@ name = "skyhook-native" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] skyhook = { path = "./vendor/skyhook/skyhook" } + +[lib] +name = "skyhook" +crate-type = ["dylib"]