From 1773a3036c3f4c309b87eef692fdd96919439e8d Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 23 Apr 2022 11:50:02 +0800 Subject: [PATCH] chore: add license, description --- .gitignore | 1 + Cargo.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3bf25c0..247e850 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # will have compiled files and executables debug/ target/ +.idea/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html diff --git a/Cargo.toml b/Cargo.toml index 7fbd7c2..3378d01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "tiny-encrypt" version = "0.0.0" edition = "2021" +license = "MIT" +description = "A simple and tiny file encrypt tool" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html