2024-06-30 10:23:45 -06:00
|
|
|
[package]
|
|
|
|
name = "rpb"
|
|
|
|
description = "Role Playing Bot!"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
poise = "0.6.1"
|
|
|
|
config = "0.14.0"
|
|
|
|
serde = "1.0.203"
|
|
|
|
structopt = "0.3.26"
|
|
|
|
log = "0.4.22"
|
|
|
|
env_logger = "0.11.3"
|
|
|
|
raas_types = {version = "0.0.9", registry = "jojo-dev"}
|
|
|
|
tonic = "0.11.0"
|
2024-07-07 14:51:25 -06:00
|
|
|
roll-rs = "0.3.0"
|
2024-06-30 10:23:45 -06:00
|
|
|
chrono = "0.4.38"
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
|
|
|
version = "1.38.0"
|
|
|
|
features = ["rt-multi-thread"]
|