add license for socktop_agent

This commit is contained in:
jasonwitty 2025-08-11 12:10:40 -07:00
parent 6efdc35b19
commit bdfa74be54

View File

@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Jason Witty <jasonpwitty+socktop@proton.me>"] authors = ["Jason Witty <jasonpwitty+socktop@proton.me>"]
description = "Remote system monitor over WebSocket, TUI like top" description = "Remote system monitor over WebSocket, TUI like top"
edition = "2021" edition = "2021"
license = "MIT"
[dependencies] [dependencies]
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }