···1+# TODO
2+3+## Ben
4+5+- [ ] Transport : Packet splitting
6+- [ ] State : Event history tracking
7+- [ ] State : Post game sync
8+- [ ] API : Handling Profile Syncing
9+- [ ] ALL : State Update Events
10+- [ ] ALL : Game Replay Screen
11+- [ ] Frontend : Scaffolding
12+- [ ] Meta : CI Setup
13+- [ ] Meta : README Instructions
14+- [x] Meta : Recipes for type binding generation
+4
backend/Cargo.toml
···9name = "manhunt_app_lib"
10crate-type = ["staticlib", "cdylib", "rlib"]
11000012[build-dependencies]
13tauri-build = { version = "2", features = [] }
14