aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-18 15:30:13 +0000
committerMatthew Collins <[email protected]>2018-02-18 15:30:13 +0000
commit9cbfac01af071a92b6137b9696031ddaaaf1b581 (patch)
tree264ec6cbb278d33ae5266b0ecba569c3a069d620 /Cargo.toml
parentAdd some basic docs to parts of the api (diff)
downloadsteamworks-rs-9cbfac01af071a92b6137b9696031ddaaaf1b581.tar.xz
steamworks-rs-9cbfac01af071a92b6137b9696031ddaaaf1b581.zip
Include a version for `-sys`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 759d4b7..b60bd40 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ members = [
]
[dependencies]
-steamworks-sys = {path = "./steamworks-sys"}
+steamworks-sys = {path = "./steamworks-sys", version = "0.1.0"}
error-chain = "0.11.0"
bitflags = "1.0.1"
libc = "0.2.36"