feat: setup as shared library
parent
f8252ab0be
commit
6e7128bc3d
|
@ -3,7 +3,9 @@ name = "skyhook-native"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
skyhook = { path = "./vendor/skyhook/skyhook" }
|
skyhook = { path = "./vendor/skyhook/skyhook" }
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "skyhook"
|
||||||
|
crate-type = ["dylib"]
|
||||||
|
|
Reference in New Issue