From 25dfb0fbac3f85ceae3d3005f1e1ca4f50d19ff4 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 12 Jan 2020 16:09:17 -0800 Subject: add explicit license also --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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 " ] +license = "0BSD" repository = "x86-rs" -description = """ -A rust x86-64 decoder -""" +description = "rust x86-64 decoder" [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } -- cgit v1.1