2025-02-05 21:19:27 -05:00
|
|
|
[package]
|
2025-06-03 21:09:03 -04:00
|
|
|
name = "oj_rc_services"
|
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-05 21:19: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
|
2025-06-03 21:09:03 -04:00
|
|
|
oj_polariton_auth = { version = "*", path = "../polariton_auth" }
|
2025-03-08 17:16:02 -05:00
|
|
|
polariton_server.workspace = true
|