Initial commit

This commit is contained in:
Philip
2021-09-05 12:46:34 +02:00
commit f99b6cd9aa
9 changed files with 1358 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "steam_shortcuts_sync"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
steam_shortcuts_util={version="*", path="C:/src/Rust/steam_shortcuts_util"}
steamgriddb_api="*"
serde={version="*", features=["derive"]}
serde_json="*"