Skip to content

Commit

Permalink
build: update toml, prepare to publish. fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Jul 9, 2017
1 parent ef8a001 commit 9b749ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
authors = ["m4b <[email protected]>"]
name = "bingrep"
version = "0.1.0"
readme = "README.md"
keywords = ["binary", "elf", "mach", "pe", "cross-platform"]
repository = "https://github.com/m4b/bingrep"
license = "MIT"
description = "Cross-platform binary parser and colorizer"
documentation = "https://docs.rs/bingrep"

[dependencies]
colored = "1.5.1"
Expand All @@ -13,3 +19,7 @@ version = "0.0.10"

[[bin]]
name = "bingrep"

[badges.travis-ci]
branch = "master"
repository = "m4b/bingrep"

0 comments on commit 9b749ff

Please sign in to comment.