Live location tracking and playback for the game "manhunt"
1[package]
2name = "manhunt-logic"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7anyhow = "1.0.101"
8chrono = { version = "0.4.43", features = ["serde", "now"] }
9rand = { version = "0.10.0", features = ["thread_rng"] }
10rand_chacha = "0.10.0"
11serde = { version = "1.0.228", features = ["derive"] }
12specta = { version = "=2.0.0-rc.22", features = ["uuid", "chrono", "derive"] }
13tokio = { version = "1.49.0", features = ["macros", "rt", "sync", "time", "test-util"] }
14tokio-util = "0.7.18"
15uuid = { version = "1.21.0", features = ["serde", "v4"] }