diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 5 |
2 files changed, 3 insertions, 4 deletions
@@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "soon" -version = "0.1.4" +version = "0.1.5" dependencies = [ "clap", "colored", @@ -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] |