From 2bdafe5ca0e62a7037bc2f8decb7922069932025 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Tue, 27 Aug 2024 22:19:53 +0800 Subject: [PATCH] feat: init commit --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c55bdbe..c1840ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,7 @@ name = "ssh-util" version = "0.1.0" edition = "2021" +license = "MIT" +description = "OpenSSH Utils" [dependencies]