This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues/pull-requests.
|
[package]
|
|
name = "skyhook-native"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
skyhook = { path = "./vendor/skyhook/skyhook" }
|
|
|
|
[lib]
|
|
name = "skyhook"
|
|
crate-type = ["dylib"]
|