Rustbot/tsclient/Cargo.toml

10 lines
207 B
TOML
Raw Normal View History

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