From bdfa74be545d60787e5707f4c4e235a58582bd1a Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Mon, 11 Aug 2025 12:10:40 -0700 Subject: [PATCH] add license for socktop_agent --- socktop_agent/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/socktop_agent/Cargo.toml b/socktop_agent/Cargo.toml index fbf8a69..e76b1cf 100644 --- a/socktop_agent/Cargo.toml +++ b/socktop_agent/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Jason Witty "] description = "Remote system monitor over WebSocket, TUI like top" edition = "2021" +license = "MIT" [dependencies] tokio = { version = "1", features = ["full"] }