2025-07-27 16:12:20 -04:00
|
|
|
[package]
|
2025-08-03 21:47:25 -04:00
|
|
|
name = "oj_rc_auth"
|
2025-07-27 16:12:20 -04:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
actix-web.workspace = true
|
|
|
|
|
actix-files.workspace = true
|
2026-05-04 21:53:29 -04:00
|
|
|
actix-ws = "0.4"
|
2025-07-27 16:12:20 -04:00
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
tokio = { version = "1.43", features = [ "rt-multi-thread" ] }
|
2025-10-26 15:43:51 -04:00
|
|
|
futures.workspace = true
|
2025-07-27 16:12:20 -04:00
|
|
|
clap.workspace = true
|
|
|
|
|
oj_rc_core = { version = "*", path = "../rc_core" }
|
|
|
|
|
libfj.workspace = true
|
|
|
|
|
git-version.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2025-10-06 22:57:19 -04:00
|
|
|
hex.workspace = true
|
2025-11-03 19:24:20 -05:00
|
|
|
oj_serdes.workspace = true
|
2025-07-27 16:12:20 -04:00
|
|
|
|
2025-12-22 19:40:34 -05:00
|
|
|
handlebars = { version = "6", features = ["dir_source"] }
|