Make orders strings instead of usize (#63)

This commit is contained in:
Philip Kristoffersen
2022-03-28 19:44:23 +02:00
committed by GitHub
parent 20fa076ee7
commit 704d5b5758
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
steam_shortcuts_util = "^1.1.4"
steam_shortcuts_util = {git="https://github.com/PhilipK/steam_shortcuts_util"}
steamgriddb_api = "^0.2,0"
serde = { version = "^1.0.130", features = ["derive"] }
serde_json = "^1.0.68"