diff options
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ authors = [ "Gerd Zellweger <mail@gerdzellweger.com>", "Eric Kidd <git@randomhacks.net>", "Philipp Oppermann <dev@phil-opp.com>", - "Dan Schatzberg <schatzberg.dan@gmail.com>" + "Dan Schatzberg <schatzberg.dan@gmail.com>", + "John Ericson <John_Ericson@Yahoo.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." |