hrn 0.4.0

Manage plans (lists) and notes
# 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 = "hrn"
version = "0.4.0"
authors = ["Conrad Hoffmann <ch@bitfehler.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage plans (lists) and notes"
homepage = "https://sr.ht/~bitfehler/hrn"
readme = "README.md"
keywords = [
    "notes",
    "plan",
    "tui",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://git.sr.ht/~bitfehler/hrn"

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

[dependencies.argh]
version = "0.1.13"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.log]
version = "0.4.28"

[dependencies.nix]
version = "0.31.1"
features = ["signal"]

[dependencies.ratatui]
version = "0.30.0"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tui-input]
version = "0.15"

[dependencies.tui-scrollview]
version = "0.6.2"

[dependencies.which]
version = "8.0"