gitj 0.1.0

A gitk-style, Windows 3.1-flavored git repository browser and commit helper built on the Saudade toolkit
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"