diff options
| author | Matthew Collins <[email protected]> | 2018-02-27 18:15:19 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-02-27 18:15:19 +0000 |
| commit | ec1f084f2570401a7d36180fc8d99ad988fb1aeb (patch) | |
| tree | 6958e9a905ff661d35ba0123848a3e44910b56d2 /steamworks-sys | |
| parent | Update Cargo.toml (diff) | |
| download | steamworks-rs-ec1f084f2570401a7d36180fc8d99ad988fb1aeb.tar.xz steamworks-rs-ec1f084f2570401a7d36180fc8d99ad988fb1aeb.zip | |
Fix the metadata for the sys crate
Diffstat (limited to 'steamworks-sys')
| -rw-r--r-- | steamworks-sys/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml index 84dff45..173df30 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "steamworks-sys" version = "0.1.0" authors = ["matt"] build = "build.rs" -description = "Provides raw friendly bindings to the steamworks sdk" +description = "Provides raw bindings to the steamworks sdk" license = "MIT / Apache-2.0" repository = "https://github.com/Thinkofname/steamworks-rs" documentation = "https://docs.rs/steamworks-sys" @@ -20,3 +20,6 @@ libc = "0.2.36" [build-dependencies] cc = "1.0.4" + +[package.metadata.docs.rs] +features = [ "docs-only" ]
\ No newline at end of file |