diff options
author | iximeow <me@iximeow.net> | 2020-01-12 16:09:17 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:10:37 -0800 |
commit | 25dfb0fbac3f85ceae3d3005f1e1ca4f50d19ff4 (patch) | |
tree | 15552ee75f7520ded3c2315765a0b0e77e056c93 /Cargo.toml | |
parent | 237fc99a5792030d522a2a1e005d4b4f603b6cc0 (diff) |
add explicit license also
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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" } |