danger-write 0.1.5

A writing app that erases everything you've written if you stop typing
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "danger-write"
version = "0.1.5"
edition = "2024"
description = "A writing app that erases everything you've written if you stop typing"
license = "MIT"
repository = "https://github.com/bobby-sills/danger-write"
readme = "README.md"
keywords = ["tui", "writing", "ratatui", "terminal"]
categories = ["command-line-utilities"]

[dependencies]
ratatui = "0.30.2"