[package] name = "git-relbranch" version = "0.1.0" edition = "2021" description = "Find the relative position between different branches" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] atty = "0.2.14" chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive"] } colored = "2.0.0" eyre = "0.6.8" git2 = "0.16.0"