aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 92571cf..15b27ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "soon"
-version = "0.1.4"
+version = "0.1.5"
edition = "2021"
description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid"
license = "MIT"
@@ -8,9 +8,8 @@ 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 可执行文件
[[bin]]
-name = "soon" # CLI 名称与 Python 包名一致
+name = "soon"
path = "src/main.rs"
[dependencies]