diff options
author | 2020-03-27 16:51:30 -0700 | |
---|---|---|
committer | 2020-03-27 16:51:30 -0700 | |
commit | e4b114488cf3f40360aa3bea62c3b5e77644cfbc (patch) | |
tree | 83cabd99d9c8f6fbd88fd5871c76601ba25fc635 | |
parent | 904b49e2c157df0b9ceb6ecf5abaadf7c9a22e23 (diff) | |
download | rust-x86-e4b114488cf3f40360aa3bea62c3b5e77644cfbc.tar.gz rust-x86-e4b114488cf3f40360aa3bea62c3b5e77644cfbc.tar.zst rust-x86-e4b114488cf3f40360aa3bea62c3b5e77644cfbc.zip |
Fix Cargo.toml syntax.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ authors = [ "Caleb Boylan <calebboylan@gmail.com>", "Nikolay Edigaryev <edigaryev@gmail.com>", "Stefan Lankes <stlankes@users.noreply.github.com>", - Jonathan Klimt <jonathan.klimt@rwth-aachen.de> + "Jonathan Klimt <jonathan.klimt@rwth-aachen.de>" ] 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." |