Rustbot/tsclient/Cargo.toml

10 lines
207 B
TOML
Raw Normal View History

[package]
name = "rustbot_tokens"
version = "0.1.0"
2024-12-11 12:44:42 -05:00
edition = "2024"
[dependencies]
2024-11-27 05:50:28 -05:00
poise = { workspace = true }
2024-12-11 11:01:44 -05:00
tokenservice-client = { version = "0.4.2", registry = "gitea" }
tokio = { workspace = true }