diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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] |