Add experimental f128 and f256 modes for /calc
Run cargo test / Run tests (push) Successful in 4m1s
Build Docker Package / build (push) Successful in 6m7s
Build Docker Package / build (release) Successful in 7m20s

This commit is contained in:
Elias Wendland
2026-07-05 01:06:49 +02:00
parent b3ada54689
commit 24205326bf
3 changed files with 130 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tg-dev-srv-bot"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
license = "GPL-3.0-or-later"
description = "Bot for the TeenGovernment Development Server"
@@ -12,6 +12,9 @@ homepage = "https://git.ewenlau.net/ewenlau/tg-dev-srv-bot"
[dependencies]
dotenv = "0.15.0"
exmex = "0.21.0"
f128 = "0.2.9"
f256 = "0.11.2"
num-traits = "0.2.19"
poise = "0.6.2"
regex = "1.12.4"
rug = "1.30.0"