Skip to content

Commit

Permalink
Add auto expire cron for games
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarhead committed Sep 28, 2024
1 parent 5ec8be7 commit bba443d
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 15 deletions.
211 changes: 211 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ getrandom = { version = "*", features = ["js"] }
sha3 = { version = "0.10", default-features = false }
hex = { version = "0.4" }
pulldown-cmark = "0.12"
cron-parser = "0.9"
chrono = "0.4"
chrono-tz = { version = "0.10", features = ["serde"] }

[profile.release]
opt-level = "s"
Expand Down
Loading

0 comments on commit bba443d

Please sign in to comment.