mirror of
https://github.com/project-slippi/slippi-rust-extensions.git
synced 2025-10-05 23:22:40 +02:00
* chore: update time and cpal + cargo update * update to 1.88 and 2024 * use unsafe as needed * update cbindgen * ignore error in ReportSendErrorKind * explicit dead_code attributes and update doc string * jukebox: keep existing offset locator behavior while abiding by rust 2024 return-position impl rules * minor doc comment adjustment --------- Co-authored-by: Ryan McGrath <ryan@rymc.io> Co-authored-by: Daryl Pinto <daryl.j.pinto@gmail.com>
25 lines
634 B
TOML
25 lines
634 B
TOML
[package]
|
|
name = "slippi-game-reporter"
|
|
description = "Implements the game reporter service."
|
|
authors = ["Slippi Team", "Ryan McGrath <ryan@rymc.io>"]
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[features]
|
|
default = []
|
|
ishiiruka = []
|
|
mainline = []
|
|
playback = []
|
|
|
|
[dependencies]
|
|
chksum = { version = "0.2.2", default-features = false, features = ["md5"] }
|
|
dolphin-integrations = { path = "../dolphin" }
|
|
flate2 = "1.0"
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde_repr = { workspace = true }
|
|
slippi-gg-api = { path = "../slippi-gg-api" }
|
|
slippi-user = { path = "../user" }
|
|
tracing = { workspace = true }
|