danger-write 0.1.4

A writing app that erases everything you've written if you stop typing
# 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 = "danger-write"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A writing app that erases everything you've written if you stop typing"
readme = "README.md"
keywords = [
    "tui",
    "writing",
    "ratatui",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/bobby-sills/danger-write"

[[bin]]
name = "danger-write"
path = "src/main.rs"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.tachyonfx]
version = "0.25.1"