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