breadpaper: commit README, align Cargo.toml version with tag

- README.md existed only in the working tree and was never committed,
  so the published repo/release tarball shipped with no documentation
  at all. Verified its usage/install instructions against the current
  code before committing; corrected the stated Rust requirement from
  1.80+ to 1.85+ (edition 2024 needs 1.85+).
- Cargo.toml: 0.1.0 -> 0.1.10, matching the latest tag (v0.1.10).
  breadpaper --version previously reported nine releases behind the
  actual release history.
This commit is contained in:
Breadway 2026-07-17 03:20:48 +08:00
parent 1671af82ee
commit 168a449edf
3 changed files with 55 additions and 2 deletions

2
Cargo.lock generated
View file

@ -60,7 +60,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "breadpaper"
version = "0.1.0"
version = "0.1.10"
dependencies = [
"anyhow",
"clap",