Skip to content

Commit

Permalink
feat: activity rework
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Dec 21, 2024
1 parent 2130917 commit 5b60026
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 129 deletions.
172 changes: 172 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ reqwest = { version = "0.12", default-features = false, optional = true, feature
sysinfo = "0.33"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.11.0"
simple-websockets = { git = "https://github.com/SpikeHD/simple-websockets.git", branch = "master" }
chrono = "0.4.13"
rayon = "1.7.0"
Expand Down
Loading

0 comments on commit 5b60026

Please sign in to comment.