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

13 lines
199 B
TOML
Raw Normal View History

2022-11-03 18:58:48 +09:00
[package]
name = "skyhook-native"
version = "0.1.0"
edition = "2021"
[dependencies]
2022-12-01 17:14:47 +09:00
chrono = "0.4.23"
2022-11-03 18:58:48 +09:00
skyhook = { path = "./vendor/skyhook/skyhook" }
2022-11-03 19:00:47 +09:00
[lib]
name = "skyhook"
2023-03-28 19:25:36 +09:00
crate-type = ["cdylib"]