aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 16:09:17 -0800
committeriximeow <me@iximeow.net>2020-01-12 16:10:37 -0800
commit25dfb0fbac3f85ceae3d3005f1e1ca4f50d19ff4 (patch)
tree15552ee75f7520ded3c2315765a0b0e77e056c93 /Cargo.toml
parent237fc99a5792030d522a2a1e005d4b4f603b6cc0 (diff)
add explicit license also
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" }