Add /git and /speedy_pc command, release 0.3.0
Run cargo test / Run tests (push) Successful in 5m6s
Build Docker Package / build (push) Successful in 7m25s
Build Docker Package / build (release) Successful in 6m46s

This commit is contained in:
Elias Wendland
2026-07-23 15:08:34 +02:00
parent dc014945fd
commit f869d92012
5 changed files with 246 additions and 14 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tg-dev-srv-bot"
version = "0.2.1"
version = "0.3.0"
edition = "2024"
license = "GPL-3.0-or-later"
description = "Bot for the TeenGovernment Development Server"
@@ -19,8 +19,11 @@ num-bigint = "0.5.1"
num-traits = "0.2.19"
ollama-rs = { version = "0.3.5", features = ["stream"] }
poise = "0.6.2"
qapi = { version = "0.15.0", features = ["qmp", "qga"] }
reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] }
regex = "1.12.4"
rug = "1.30.0"
serde = { version = "1", features = ["derive"] }
serenity = "0.12.5"
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "macros"] }
tokio = { version = "1.52.3", features = ["full"] }