From 9b749ffd116162f3234bcbc1f9dfa77583b34a81 Mon Sep 17 00:00:00 2001 From: m4b Date: Sun, 9 Jul 2017 13:27:56 -0700 Subject: [PATCH] build: update toml, prepare to publish. fixes #5 --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f516208..dffc02a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ authors = ["m4b "] 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" @@ -13,3 +19,7 @@ version = "0.0.10" [[bin]] name = "bingrep" + +[badges.travis-ci] +branch = "master" +repository = "m4b/bingrep"