[package] name = "thwack" description = "Command line version of Go To File utility, similar to the one on GitHub" authors = ["Yutaka Kamei "] homepage = "https://github.com/yykamei/thwack" repository = "https://github.com/yykamei/thwack" license = "MIT OR Apache-2.0" categories = ["command-line-utilities"] edition = "2021" rust-version = "1.71.0" version = "0.10.0" [dependencies] copypasta = "0.10.1" crossterm = "0.28.1" git2 = { version = "0.19.0", default-features = false } libc = "0.2.161" log = { version = "0.4.22", features = ["std"] } unicode-segmentation = "1.12.0" unicode-width = "0.2.0" [dev-dependencies] pretty_assertions = "1.4.1" tempfile = "3.13.0"