Party mode

This commit is contained in:
2023-12-03 17:52:38 +01:00
parent f7ec98f8e3
commit d001ce4567
12 changed files with 697 additions and 393 deletions

View File

@ -19,6 +19,7 @@ toml = "0.5.9"
serde = { version = "1.0.138", features = ["derive"] }
futures = "0.3.21"
chrono = { version = "0.4.20", features = ["serde"] }
rand = "0.8.5"
[dependencies.common]
path = "../common"