diff --git a/socktop/Cargo.toml b/socktop/Cargo.toml index 167cf61..b4190e0 100644 --- a/socktop/Cargo.toml +++ b/socktop/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 = { workspace = true }