Skip to content

Commit 8990c08

Browse files
fixed issue #43 (#47)
1 parent f5090e4 commit 8990c08

File tree

3 files changed

+79
-115
lines changed

3 files changed

+79
-115
lines changed

Cargo.lock

+4-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trackscape-discord-shared/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ celery = "0.5.5"
2929
redis = { version = "0.23.3", features = ["json"] }
3030
wom_rs = { git = "https://github.com/fatfingers23/wom_rs.git" }
3131
chrono = "0.4.33"
32+
once_cell = "1.20.2"
3233

3334
[dev-dependencies]
3435
rstest = "0.19.0"

0 commit comments

Comments
 (0)