Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
marirs authored Oct 23, 2024
1 parent 0ef3077 commit b7193f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "file_info"
name = "bininfo"
authors = ["SG", "Andrey Mnatsakanov", "Clement Karimi"]
description = "Provides file information for PE and ELF files"
version = "0.3.2"
version = "0.4.1"
include = [
"assets",
"src"
Expand All @@ -29,7 +29,7 @@ prettytable-rs = "0.10.0"
serde = ["serde/derive"]

[[example]]
name = "fileinfo"
name = "bininfo"
path = "examples/cli.rs"

[profile.dev]
Expand Down

0 comments on commit b7193f8

Please sign in to comment.