aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-27 20:35:16 +0000
committerMatthew Collins <[email protected]>2018-02-27 20:35:16 +0000
commitf5f48786d68cc0d06e11d4082be559ab97528485 (patch)
tree302c4d6a86ea718520837a077ad923233e321c93
parentTry and make the accessors generic over the client and server (diff)
downloadsteamworks-rs-f5f48786d68cc0d06e11d4082be559ab97528485.tar.xz
steamworks-rs-f5f48786d68cc0d06e11d4082be559ab97528485.zip
Fix the author in the Cargo.toml
-rw-r--r--Cargo.toml2
-rw-r--r--steamworks-sys/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d37402..a9a76f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml
index 173df30..9d8b2dc 100644
--- a/steamworks-sys/Cargo.toml
+++ b/steamworks-sys/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "steamworks-sys"
version = "0.1.0"
-authors = ["matt"]
+authors = ["Thinkofname"]
build = "build.rs"
description = "Provides raw bindings to the steamworks sdk"
license = "MIT / Apache-2.0"