[package] name = "idgit" version = "0.0.1" authors = ["Daniel Franklin "] edition = "2018" license = "MIT" repository = "https://github.com/danielzfranklin/idgit" keywords = ["git", "idgit", "magit", "tui"] categories = ["development-tools"] description = "A TUI for git inspired by magit" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tui = "0.14.0" git2 = "0.13.18" libgit2-sys = "0.12.19" undo = "0.46.0" tracing = "0.1.25" thiserror = "1.0.24" displaydoc = "0.2.1" bstr = "0.2.15" [dev-dependencies] tempfile = "3.2.0" cmd_lib = "1.0.10" tracing-subscriber = "0.2.17" rand = "0.8.3" pretty_assertions = "0.7.2" insta = "1.7.1" [patch.crates-io] # To workaround and git2 = { git = "https://github.com/danielzfranklin/git2-rs", branch = "path-workaround" } libgit2-sys = { git = "https://github.com/danielzfranklin/git2-rs", branch = "path-workaround" }