aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Gerd Zellweger <mail@gerdzellweger.com> 2016-01-15 08:39:41 +0100
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2016-01-15 08:39:41 +0100
commit19a86adc76cc4e931a2cf91a473eefebe6898632 (patch)
tree366f44eeef2e36b829211852d3da917185cab066
parent39f3d36c0229cbbec2679317460294dfe904e7a1 (diff)
downloadrust-x86-19a86adc76cc4e931a2cf91a473eefebe6898632.tar.gz
rust-x86-19a86adc76cc4e931a2cf91a473eefebe6898632.tar.zst
rust-x86-19a86adc76cc4e931a2cf91a473eefebe6898632.zip
Forgot quotes.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 307e29e..5163c64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."