diff options
| author | Matthew Collins <[email protected]> | 2017-09-06 15:51:08 +0100 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2017-09-06 15:51:08 +0100 |
| commit | d1be508a5fbee5535593ca246de389f40f1f7b34 (patch) | |
| tree | 70c3235f9db852097b6ec50b7d532342e8d30287 /Cargo.toml | |
| download | archived-steamworks-rs-d1be508a5fbee5535593ca246de389f40f1f7b34.tar.xz archived-steamworks-rs-d1be508a5fbee5535593ca246de389f40f1f7b34.zip | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..01d1b33 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "steamworks" +version = "0.1.0" +authors = ["matt"] + +[workspace] +members = [ + "./steamworks-sys" +] + +[dependencies] +steamworks-sys = {path = "./steamworks-sys"} +error-chain = "0.11.0" +bitflags = "0.9.1"
\ No newline at end of file |