ver 0.1.19 fix cargo toml
Some checks failed
Rust / Build (push) Waiting to run
Rust / Test Suite (push) Waiting to run
Rust / Check (push) Has been cancelled

This commit is contained in:
MeexReay 2025-06-07 02:14:09 +03:00
parent f085a3c0ac
commit e0712d1f5f

View File

@ -15,5 +15,5 @@ flate2 = "1.1.1"
uuid = "1.16.0"
[dependencies.tokio]
version = "1",
version = "1"
features = ["io-util", "rt", "macros", "net", "rt-multi-thread"]