[package]
name = "gitj"
version = "0.2.0"
edition = "2024"
rust-version = "1.88"
description = "A gitk-style, Windows 3.1-flavored git repository browser and commit helper built on the Saudade toolkit"
authors = ["Robert Lillack <rob@lillack.net>"]
repository = "https://github.com/roblillack/gitj"
homepage = "https://github.com/roblillack/gitj"
license = "MIT"
readme = "README.md"
keywords = ["git", "gitk", "git-gui", "retro", "gui"]
categories = ["gui", "development-tools"]
include = ["src/**/*.rs", "assets/status/*.svg", "Cargo.toml", "README.md", "LICENSE"]
[dependencies]
saudade = "0.4"
git2 = { version = "0.18", default-features = false }
[dev-dependencies]
insta = "1"
[lib]
name = "journey"
path = "src/lib.rs"
[[bin]]
name = "gitj"
path = "src/main.rs"