-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jan Starke
committed
Jun 30, 2021
1 parent
801840c
commit cbb9ebc
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Jan Starke <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/janstarke/libpefile" | ||
description = "library to parse PE files (only iterating over MESSAGE_TABLE entries is supported at the moment)" | ||
description = "create from_bytes() and packed_size() to read binary data into structs" | ||
license = "GPL-3.0" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Jan Starke <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/janstarke/libpefile" | ||
description = "crate from_bytes() and packed_size() to read binary data into structs" | ||
description = "create from_bytes() and packed_size() to read binary data into structs" | ||
license = "GPL-3.0" | ||
|
||
[lib] | ||
|