[package] name = "contrast-diff-viewer" version = "0.9.0" edition = "2021" authors = ["m4tthewde "] license = "GPL-3.0" description = "A simple diff viewer for Git." readme = "README.md" homepage = "https://github.com/m4tthewde/contrast" repository = "https://github.com/m4tthewde/contrast" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] eframe = "0.23.0" egui = "0.23.0" env_logger = "0.10.0" git2 = "0.17.2" ignore = "0.4.20" notify = "6.1.1" puffin = "0.16.0" puffin_egui = "0.23.0" rfd = "0.11.4"