mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Add fields to Cargo.toml and add CHANGELOG.md
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
# v0.1.0
|
||||||
|
|
||||||
|
Initial tag :)
|
||||||
@@ -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]]
|
||||||
|
|||||||
Reference in New Issue
Block a user