ngn 0.1.0

Opinionated issue tracker built for solo developers.
# 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.94.0"
name = "ngn"
version = "0.1.0"
authors = ["Simon Danielsson <contact@simondanielsson.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opinionated issue tracker built for solo developers."
homepage = "https://www.simondanielsson.se"
readme = "README.md"
keywords = [
    "utility",
    "development",
    "productivity",
    "tui",
    "cli",
]
license = "MIT"
repository = "https://github.com/simon-danielsson/noggrann"

[[bin]]
name = "ngn"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.44"

[dependencies.cli-clipboard]
version = "0.4.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.rusqlite]
version = "0.39.0"
features = ["bundled"]

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true