diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..295e42e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# v0.1.0 + +Initial tag :) diff --git a/Cargo.toml b/Cargo.toml index fd6a169..0ff862a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,16 @@ [package] name = "tdf" version = "0.1.0" +authors = ["June Welker "] 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-file = "LICENSE" +keywords = ["pdf", "tui", "cli", "terminal"] +categories = ["command-line-utilities", "text-processing", "visualization"] default-run = "tdf" [[bin]]