From f824a732f93cbe12151bcef3a85533af9129b7a7 Mon Sep 17 00:00:00 2001 From: Ave Date: Sat, 6 Apr 2024 23:33:58 +0000 Subject: initial commit --- Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..38248dd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "shook" +version = "0.1.0" +edition = "2021" +rust-version = "1.77.1" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +windows-sys = "0.52" + +[profile.dev] +lto = true +opt-level = 1 +panic = "abort" + +[profile.release] +lto = true +panic = "abort" +strip = true -- cgit v1.2.3