docs: add per-crate README.md and link via Cargo.toml readme field

This commit is contained in:
2025-08-24 17:56:22 -07:00
parent 1043fffc8d
commit 7697c7dc2b
4 changed files with 60 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ authors = ["Jason Witty <jasonpwitty+socktop@proton.me>"]
description = "Remote system monitor over WebSocket, TUI like top"
edition = "2021"
license = "MIT"
readme = "README.md"
[dependencies]
tokio = { version = "1", features = ["full"] }