role-playing-bot/Cargo.toml

23 lines
435 B
TOML
Raw Permalink Normal View History

2024-06-30 10:23:45 -06:00
[package]
name = "rpb"
description = "Role Playing Bot!"
2024-09-24 21:20:01 -06:00
version = "0.2.0"
2024-06-30 10:23:45 -06:00
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"
roll-rs = "0.3.0"
2024-06-30 10:23:45 -06:00
chrono = "0.4.38"
2024-09-24 21:20:01 -06:00
chrono-tz = "0.10.0"
toml = "0.8.19"
2024-06-30 10:23:45 -06:00
[dependencies.tokio]
version = "1.38.0"
features = ["rt-multi-thread"]