mirror of
https://github.com/Kudaes/Split
synced 2026-06-06 16:04:34 +00:00
17 lines
346 B
TOML
17 lines
346 B
TOML
[package]
|
|
name = "dinvoke"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[profile.dev.package.dinvoke]
|
|
opt-level = 3
|
|
debug = 0
|
|
|
|
[dependencies]
|
|
bindings = { path = "../bindings" }
|
|
data = { path = "../data" }
|
|
libc = "0.2.101"
|
|
winproc = "0.6.4"
|
|
litcrypt = "0.3"
|