cargobin
This commit is contained in:
parent
fb0a4a8498
commit
444a05e8ea
|
@ -13,3 +13,7 @@ serde_json = "1.0"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
reqwest = { version = "0.11", features = ["json"] }
|
reqwest = { version = "0.11", features = ["json"] }
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "presense"
|
||||||
|
src = "src/main.rs"
|
Loading…
Reference in New Issue
Block a user