aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2019-06-05 22:21:08 +0100
committerMatthew Collins <[email protected]>2019-06-05 22:21:08 +0100
commit013c44959e9461fd457f060d6b590b0c30502576 (patch)
treed12b685c602c7c33071933ea31bfb6ed663ef660 /Cargo.toml
parentAdd stats & achievements API (diff)
downloadsteamworks-rs-013c44959e9461fd457f060d6b590b0c30502576.tar.xz
steamworks-rs-013c44959e9461fd457f060d6b590b0c30502576.zip
Implement the cloud storage api
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1443ff..a9e4476 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" ]