aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-27 18:03:48 +0000
committerMatthew Collins <[email protected]>2018-02-27 18:11:14 +0000
commit8dfdbcef31be2c98c676a34eed04716a8cc15349 (patch)
tree925f183c43bbb5f67dffede50b5279a307ed0c11 /Cargo.toml
parentAdd a feature for docs-only builds (diff)
downloadsteamworks-rs-8dfdbcef31be2c98c676a34eed04716a8cc15349.tar.xz
steamworks-rs-8dfdbcef31be2c98c676a34eed04716a8cc15349.zip
Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2c643bf..9d0033e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,13 @@
name = "steamworks"
version = "0.1.0"
authors = ["matt"]
+description = "Provides rust friendly bindings to the steamworks sdk"
+license = "MIT / Apache-2.0"
+license-file = "LICENSE-MIT"
+repository = "https://github.com/Thinkofname/steamworks-rs"
+documentation = "https://docs.rs/steamworks"
+keywords = ["steam", "gamedev"]
+categories = ["games"]
[features]
default = []
@@ -18,3 +25,6 @@ steamworks-sys = {path = "./steamworks-sys", version = "0.1.0"}
failure = "0.1.1"
bitflags = "1.0.1"
libc = "0.2.36"
+
+[package.metadata.docs.rs]
+features = [ "docs-only" ] \ No newline at end of file