Skip to content

Commit

Permalink
removed include
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Jun 29, 2021
1 parent 3478b04 commit 429ef90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name = "libpefile"
version = "0.1.0"
authors = ["Jan Starke <[email protected]>"]
edition = "2018"
repository = "https://github.com/janstarke/libpefile"
description = "library to parse PE files (only iterateing over MESSAGE_TABLE entries is supported at the moment)"
license-file = "LICENSE"
include = [
"**/*.rs",
"Cargo.toml",]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 429ef90

Please sign in to comment.