mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:43:46 +00:00
added tokio for future use
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "armatak"
|
||||
version = "0.1.0"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@@ -13,6 +13,7 @@ regex = "1.10.6"
|
||||
reqwest = {version = "0.12.7", features = ["blocking"]}
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde_json = "1.0.128"
|
||||
tokio = "1.40.0"
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "1.10.0"
|
||||
|
||||
Reference in New Issue
Block a user