From b75322be44d3d2e1021442039211ef2b4c2f7353 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:07:06 +0200 Subject: [PATCH] make `publish --dry-run` pass --- Cargo.toml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31d0d00..bdf4c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] -name = "phnt" -version = "0.0.1" -license = "MIT" -authors = ["oberrich "] -repository = "https://github.com/oberrich/phnt-rs" -homepage = "https://github.com/oberrich/phnt-rs" -edition = "2021" -build = "src/build.rs" +name = "phnt" +version = "0.0.1" +license = "MIT" +authors = ["oberrich "] +repository = "https://github.com/oberrich/phnt-rs" +homepage = "https://github.com/oberrich/phnt-rs" +edition = "2021" +build = "src/build.rs" +description = "Rust bindings to the System Informer's (formerly known as Process Hacker) `phnt` native Windows headers" [build-dependencies] windows.features = ["Win32_Foundation"]