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
|
|
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
tokio = { version = "1.43", features = [ "rt-multi-thread" ] }
|
|
|
|
|
clap.workspace = true
|
|
|
|
|
oj_rc_core = { version = "*", path = "../rc_core" }
|
|
|
|
|
libfj.workspace = true
|
|
|
|
|
git-version.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
hex = "0.4"
|
|
|
|
|
|
|
|
|
|
handlebars = { version = "5", features = ["dir_source"] }
|