(feat): improvements to the slow

This commit is contained in:
Alois 2026-07-03 00:36:15 +02:00
commit c51c0f2e83
7 changed files with 76 additions and 21 deletions

View file

@ -2,7 +2,7 @@
name = "tauth-sdk"
version = "0.1.0"
edition = "2024"
license = "UNLICENSED"
license = "MIT"
[lib]
name = "tauth_sdk"
@ -14,6 +14,7 @@ mtp = { git = "https://git.methanium.net/methanium/mtp.git", features = ["client
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
thiserror = "2"
tokio = { version = "1", features = ["rt", "time"] }
url = "2"