sentry-connectedd

This commit is contained in:
2024-04-08 10:17:14 +03:00
parent 6e1c2edbca
commit e64c4c6cf4
3 changed files with 345 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "discoursio-presence"
version = "0.2.19"
version = "0.2.20"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -14,6 +14,8 @@ serde_json = "1.0"
reqwest = { version = "0.11", features = ["json"] }
futures = "0.3.28"
uuid = { version = "1.5.0", features = ["v4"] }
sentry = { version = "0.32.2", features = ["tokio"] }
sentry-actix = "0.32.2"
[[bin]]
name = "presence"