easy-git-ignore 0.1.0

a tool to add stuff to the git ignore the cool way
# 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"
name = "easy-git-ignore"
version = "0.1.0"
authors = ["Shadowdara"]
build = "build.rs"
include = [
    "LICENSE",
    "README.md",
    "Cargo.toml",
    "/src/",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a tool to add stuff to the git ignore the cool way"
readme = "README.md"
keywords = [
    "git",
    "ignore",
    "samengine",
]
license = "Apache-2.0"
repository = "https://github.com/shadowdara/samengine"

[[bin]]
name = "git-ign"
path = "src/main.rs"

[dependencies]

[build-dependencies.cc]
version = "1"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = true