Rustbot/tsclient/Cargo.toml

10 lines
207 B
TOML
Raw Normal View History

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