Skip to content

Commit

Permalink
updates description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Jun 30, 2021
1 parent 801840c commit cbb9ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion from_bytes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion from_bytes_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit cbb9ebc

Please sign in to comment.