Update to edition 2024

This commit is contained in:
itsjunetime
2025-02-21 08:58:44 -07:00
parent 9d2a730e40
commit 70f3401702
6 changed files with 26 additions and 23 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
name = "tdf-viewer"
version = "0.2.0"
authors = ["June Welker <junewelker@gmail.com>"]
edition = "2021"
edition = "2024"
description = "A terminal viewer for PDFs"
readme = "README.md"
homepage = "https://github.com/itsjunetime/tdf"
@@ -11,6 +11,7 @@ license = "AGPL-3.0-only"
keywords = ["pdf", "tui", "cli", "terminal"]
categories = ["command-line-utilities", "text-processing", "visualization"]
default-run = "tdf"
rust-version = "1.85"
[[bin]]
name = "tdf"