mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
25 lines
611 B
TOML
25 lines
611 B
TOML
[package]
|
|
name = "rc_auth"
|
|
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"] }
|