1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Files
ojrc/rc_multiplayer/Cargo.toml

32 lines
903 B
TOML
Raw Normal View History

[package]
2025-08-03 21:47:25 -04:00
name = "oj_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"
byteserde = "0.6.2"
chrono.workspace = true
atomic_float = "1.1"
num-quaternion.workspace = true
2025-08-16 21:32:14 -04:00
rand.workspace = true
git-version.workspace = true
literustlib_server = { version = "0.4", path = "../../LiteRustLib/server" }
literustlib = { version = "0.4", path = "../../LiteRustLib" }
#literustlib_server = { version = "0.4" }
#literustlib = { version = "0.4" }
rlnl = { version = "0.1", path = "../../rlnl" }
2025-11-03 19:24:20 -05:00
oj_serdes.workspace = true