This commit is contained in:
Tony Rewin 2023-10-02 14:28:06 +03:00
parent fb0a4a8498
commit 444a05e8ea

View File

@ -13,3 +13,7 @@ serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }
futures = "0.3.28"
[[bin]]
name = "presense"
src = "src/main.rs"