feat: basic activity status

This commit is contained in:
2025-09-13 01:04:46 -05:00
parent 430e2a255b
commit 624247ee14
5 changed files with 64 additions and 3 deletions

11
Cargo.lock generated
View File

@@ -184,6 +184,7 @@ dependencies = [
"futures",
"governor",
"http 1.3.1",
"num-format",
"once_cell",
"poise",
"rand 0.9.2",
@@ -1699,6 +1700,16 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
"arrayvec",
"itoa",
]
[[package]]
name = "num-integer"
version = "0.1.46"