Skip to content

Commit

Permalink
make publish --dry-run pass
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Apr 8, 2024
1 parent 16b195e commit b75322b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "phnt"
version = "0.0.1"
license = "MIT"
authors = ["oberrich <[email protected]>"]
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 <[email protected]>"]
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"]
Expand Down

0 comments on commit b75322b

Please sign in to comment.