write 0.2.0

A fullscreen, distraction-free, write-only Markdown editor that fades text away to silence the writer's inner editor.
# 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 = "write"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fullscreen, distraction-free, write-only Markdown editor that fades text away to silence the writer's inner editor."
readme = "README.md"
license = "MIT"
repository = "https://github.com/wbbradley/write"

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

[dependencies.chrono]
version = "0.4.45"
features = ["clock"]
default-features = false

[dependencies.dirs]
version = "6.0.0"

[dependencies.eframe]
version = "0.34.3"