From a49e8e37930d39110e5cea86151498d894ba345b Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 25 May 2025 02:24:18 +0800 Subject: feat: Update project metadata in Cargo.toml and pyproject.toml --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 25e214f..4b531a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,10 @@ name = "soon" version = "0.1.0" edition = "2021" - +description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid" +license = "MIT" +repository = "https://github.com/HsiangNianian/soon" +authors = ["HsiangNianian"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # 生成 CLI 可执行文件 -- cgit v1.2.3-70-g09d2