diff --git a/Cargo.toml b/Cargo.toml index 7a37987..316669e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file