mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-08 22:30:55 +00:00
rsbddisasm: Fix keywords
This commit is contained in:
parent
1e78d15878
commit
def76f8633
@ -11,7 +11,7 @@ description = """
|
|||||||
Bindings to bddisasm instruction decoder library
|
Bindings to bddisasm instruction decoder library
|
||||||
"""
|
"""
|
||||||
categories = ["api-bindings", "hardware-support"]
|
categories = ["api-bindings", "hardware-support"]
|
||||||
keywords = ["disassembler", "decoder", "x86", "amd64", "x86_64", "bindings"]
|
keywords = ["disassembler", "decoder", "x86", "amd64", "x86_64"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bddisasm-sys = { version = "0.1.0", path = "../bddisasm-sys" }
|
bddisasm-sys = { version = "0.1.0", path = "../bddisasm-sys" }
|
||||||
|
Loading…
Reference in New Issue
Block a user