2025-07-01 20:04:11 -04:00
|
|
|
[package]
|
|
|
|
|
name = "rc_multiplayer"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
tokio = { version = "1.43", features = [ "net", "macros", "rt-multi-thread", "io-util" ] }
|
|
|
|
|
clap.workspace = true
|
|
|
|
|
oj_rc_core = { version = "*", path = "../rc_core" }
|
|
|
|
|
async-trait.workspace = true
|
|
|
|
|
bytes = "1.10"
|
2025-07-03 21:53:34 -04:00
|
|
|
byteserde = "0.6.2"
|
2025-07-12 12:49:27 -04:00
|
|
|
chrono.workspace = true
|
2025-07-22 18:27:41 -04:00
|
|
|
atomic_float = "1.1"
|
2025-08-03 16:23:00 -04:00
|
|
|
num-quaternion.workspace = true
|
2025-07-01 20:04:11 -04:00
|
|
|
|
|
|
|
|
literustlib_server = { version = "0.1", path = "../../LiteRustLib/server" }
|
|
|
|
|
literustlib = { version = "0.1", path = "../../LiteRustLib" }
|
|
|
|
|
rlnl = { version = "0.1", path = "../../rlnl" }
|