feat: setup as shared library

fix/data-structure
paring 2022-11-03 19:00:47 +09:00
parent f8252ab0be
commit 6e7128bc3d
Signed by: pikokr
GPG Key ID: DB839724AD14EC9F
1 changed files with 4 additions and 2 deletions

View File

@ -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"]