Skip to content

Commit 30e6834

Browse files
committed
Cargo.toml update
1 parent 8267cda commit 30e6834

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "x86asm"
33
version = "0.1.0"
44
authors = ["Gregory Comer <[email protected]>"]
5+
description = "A crate for assembling and disassembling x86 instructions."
6+
repository = "https://github.com/GregoryComer/rust-x86asm"
7+
readme = "README.md"
8+
keywords = ["x86", "assembly", "assemble", "disassemble"]
9+
license = "MIT"
510

611
[dependencies]
712
arrayvec = "0.3.23"

src/test/instruction_tests/instr_*.rs

-8
This file was deleted.

0 commit comments

Comments
 (0)