Add fields to Cargo.toml and add CHANGELOG.md

This commit is contained in:
itsjunetime
2024-10-26 15:34:11 -06:00
parent d5284be123
commit b1e26bc96b
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# v0.1.0
Initial tag :)
+8
View File
@@ -1,8 +1,16 @@
[package] [package]
name = "tdf" name = "tdf"
version = "0.1.0" version = "0.1.0"
authors = ["June Welker <junewelker@gmail.com>"]
edition = "2021" edition = "2021"
description = "A terminal viewer for PDFs"
readme = "README.md"
homepage = "https://github.com/itsjunetime/tdf"
repository = "https://github.com/itsjunetime/tdf"
license = "MPL-2.0" license = "MPL-2.0"
license-file = "LICENSE"
keywords = ["pdf", "tui", "cli", "terminal"]
categories = ["command-line-utilities", "text-processing", "visualization"]
default-run = "tdf" default-run = "tdf"
[[bin]] [[bin]]