added tokio for future use

This commit is contained in:
Valmo Trindade
2024-09-20 17:03:37 -03:00
parent d1a0582341
commit 1b08539d2b
2 changed files with 50 additions and 12 deletions

View File

@@ -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"