2025-02-12 18:46:27 -05:00
|
|
|
[package]
|
|
|
|
|
name = "rc_services_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-02-12 18:46:27 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
tokio = { version = "1.43", features = [ "net", "macros", "rt-multi-thread", "io-util" ] }
|
|
|
|
|
clap.workspace = true
|
|
|
|
|
polariton.workspace = true
|
|
|
|
|
polariton_auth = { version = "*", path = "../polariton_auth" }
|
|
|
|
|
polariton_server.workspace = true
|
|
|
|
|
base64 = "0.22"
|
|
|
|
|
hex = "0.4"
|
2025-03-09 16:28:03 -04:00
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2025-03-15 17:21:18 -04:00
|
|
|
chrono = "0.4"
|
2025-03-30 16:22:25 -04:00
|
|
|
rc_core = { version = "*", path = "../rc_core" }
|
2025-03-30 17:54:06 -04:00
|
|
|
rand = "0.9"
|