-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4da848
commit e266b8a
Showing
13 changed files
with
118 additions
and
95 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
[package] | ||
name = "backend" | ||
version = "0.9.6" | ||
version = "0.9.7" | ||
edition = "2021" | ||
license = "GPL-2.0" | ||
authors = ["Christopher-Robin Ebbinghaus <[email protected]>"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
actix-web = "4.4.0" | ||
actix-cors = "0.6.4" | ||
actix-web = "4.4.0" | ||
log = "0.4" | ||
simplelog = "0.12" | ||
once_cell = "1.18.0" | ||
chrono = "0.4.24" | ||
serde_json = "1.0" | ||
tokio = { version = "1.26.0", features = ["full"] } | ||
tokio-stream = { version = "0.1.14", features = ["sync"] } | ||
futures = "0.3.26" | ||
keyvalues-serde = "0.1.0" # Key Value format that Steam uses | ||
keyvalues-serde = "0.1.0" # Key Value format that Steam uses | ||
async-trait = "0.1.68" | ||
serde = { version = "1.0.145", features = ["derive", "rc"] } | ||
slotmap = { version = "1.0.6", features = ["serde"] } | ||
glob = "0.3.1" | ||
semver = { version = "1.0.20", features = ["serde"] } | ||
actix-ws = "0.2.5" | ||
either = "1.9.0" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.