2025-02-23 16:10:21 -05:00
|
|
|
[package]
|
|
|
|
|
name = "rc_social"
|
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-23 16:10:21 -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
|
|
|
|
|
polariton_auth = { version = "*", path = "../polariton_auth" }
|
|
|
|
|
polariton_server.workspace = true
|