[package] name = "rstler" version = "1.0.0" authors = ["astherath "] edition = "2021" license = "MIT OR Apache-2.0" description = "An inline breadcrumb tracker that exports to md" readme = "README.md" repository = "https://github.com/astherath/rustler" categories = ["command-line-utilities"] [[bin]] name = "rustler" path = "src/main.rs" [dependencies] ansi_term = "0.12" clap="2.33.3"