diff options
| author | Matthew Collins <[email protected]> | 2018-02-27 18:03:48 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-02-27 18:11:14 +0000 |
| commit | 8dfdbcef31be2c98c676a34eed04716a8cc15349 (patch) | |
| tree | 925f183c43bbb5f67dffede50b5279a307ed0c11 /Cargo.toml | |
| parent | Add a feature for docs-only builds (diff) | |
| download | steamworks-rs-8dfdbcef31be2c98c676a34eed04716a8cc15349.tar.xz steamworks-rs-8dfdbcef31be2c98c676a34eed04716a8cc15349.zip | |
Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |