12 lines
334 B
TOML
12 lines
334 B
TOML
[package]
|
|
name = "rc_services"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[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" }
|