diff options
author | 2016-01-15 08:39:41 +0100 | |
---|---|---|
committer | 2016-01-15 08:39:41 +0100 | |
commit | 19a86adc76cc4e931a2cf91a473eefebe6898632 (patch) | |
tree | 366f44eeef2e36b829211852d3da917185cab066 | |
parent | 39f3d36c0229cbbec2679317460294dfe904e7a1 (diff) | |
download | rust-x86-19a86adc76cc4e931a2cf91a473eefebe6898632.tar.gz rust-x86-19a86adc76cc4e931a2cf91a473eefebe6898632.tar.zst rust-x86-19a86adc76cc4e931a2cf91a473eefebe6898632.zip |
Forgot quotes.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ name = "x86" version = "0.7.0" -authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Eric Kidd <git@randomhacks.net>", Philipp Oppermann <dev@phil-opp.com>] +authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Eric Kidd <git@randomhacks.net>", "Philipp Oppermann <dev@phil-opp.com>"] description = "Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages." |