[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