21 lines
404 B
TOML
21 lines
404 B
TOML
|
[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"
|
||
|
rpg-dice-rust = "1.1.0"
|
||
|
chrono = "0.4.38"
|
||
|
|
||
|
[dependencies.tokio]
|
||
|
version = "1.38.0"
|
||
|
features = ["rt-multi-thread"]
|