Skip to content

Commit

Permalink
Cleaned up & improved
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Oct 21, 2023
1 parent 57971e9 commit 4f030d2
Show file tree
Hide file tree
Showing 13 changed files with 326 additions and 711 deletions.
204 changes: 3 additions & 201 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,10 @@ chrono = "0.4.24"
serde_json = "1.0"
tokio = { version = "1.26.0", features = ["full"] }
futures = "0.3.26"
steam-acf = "0.1.0"
keyvalues-serde = "0.1.0"
keyvalues-serde = "0.1.0" # Key Value format that Steam uses
async-trait = "0.1.68"
serde = { version = "1.0.145", features = ["derive", "rc"] }
petgraph = { version = "0.6.4", features = ["serde-1"] }
slotmap = { version = "1.0.6", features = ["serde"] }
anyhow = "1.0.75"

# [features]
# default = []
# encrypt = ["usdpl-back/encrypt"]
# decky = ["usdpl-back/decky"]

[profile.release]
debug = false
Expand Down
Loading

0 comments on commit 4f030d2

Please sign in to comment.