aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 10e98df..2d496d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,10 +3,9 @@
name = "yaxpeax-x86"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
+license = "0BSD"
repository = "x86-rs"
-description = """
-A rust x86-64 decoder
-"""
+description = "rust x86-64 decoder"
[dependencies]
yaxpeax-arch = { path = "../../yaxpeax-arch" }