[package] name = "soon" <<<<<<< HEAD version = "0.1.3" ======= version = "0.1.1" >>>>>>> 63967be (feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lock) 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 可执行文件 [[bin]] name = "soon" # CLI 名称与 Python 包名一致 path = "src/main.rs" [dependencies] clap = { version = "4.0", features = ["derive"] } colored = "3.0.0" counter = "0.6.0" dirs = "6.0.0"