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