diff options
| author | Matthew Collins <[email protected]> | 2019-06-05 22:21:08 +0100 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2019-06-05 22:21:08 +0100 |
| commit | 013c44959e9461fd457f060d6b590b0c30502576 (patch) | |
| tree | d12b685c602c7c33071933ea31bfb6ed663ef660 /Cargo.toml | |
| parent | Add stats & achievements API (diff) | |
| download | steamworks-rs-013c44959e9461fd457f060d6b590b0c30502576.tar.xz steamworks-rs-013c44959e9461fd457f060d6b590b0c30502576.zip | |
Implement the cloud storage api
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ repository = "https://github.com/Thinkofname/steamworks-rs" documentation = "https://docs.rs/steamworks" keywords = ["steam", "gamedev"] categories = ["games"] +edition = "2018" [package.metadata.docs.rs] features = [ "docs-only" ] |