2025-03-18 16:47:11 -04:00
|
|
|
[package]
|
|
|
|
|
name = "rc_singleplayer_room"
|
2025-04-02 20:59:52 -04:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
authors.workspace = true
|
2025-03-18 16:47:11 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
2025-03-18 22:30:20 -04:00
|
|
|
tokio = { version = "1.43", features = [ "net", "macros", "rt-multi-thread", "io-util", "time"] }
|
2025-03-18 16:47:11 -04:00
|
|
|
clap.workspace = true
|
|
|
|
|
polariton.workspace = true
|
|
|
|
|
polariton_auth = { version = "*", path = "../polariton_auth" }
|
|
|
|
|
polariton_server.workspace = true
|
2025-03-30 16:22:25 -04:00
|
|
|
rc_core = { version = "*", path = "../rc_core" }
|