This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues/pull-requests.
SkyHook-Native/Cargo.toml

10 lines
231 B
TOML
Raw Normal View History

2022-11-03 18:58:48 +09:00
[package]
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" }