diff options
| author | Matthew Collins <[email protected]> | 2018-02-27 20:35:16 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-02-27 20:35:16 +0000 |
| commit | f5f48786d68cc0d06e11d4082be559ab97528485 (patch) | |
| tree | 302c4d6a86ea718520837a077ad923233e321c93 /Cargo.toml | |
| parent | Try and make the accessors generic over the client and server (diff) | |
| download | steamworks-rs-f5f48786d68cc0d06e11d4082be559ab97528485.tar.xz steamworks-rs-f5f48786d68cc0d06e11d4082be559ab97528485.zip | |
Fix the author in the Cargo.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "steamworks" version = "0.2.0" -authors = ["matt"] +authors = ["Thinkofname"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" repository = "https://github.com/Thinkofname/steamworks-rs" |