diff --git a/Cargo.lock b/Cargo.lock index 223005a..5f95a7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "prettypretty" -version = "0.1.0" +version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index 4e8147b..fd1fb07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,10 @@ description = "Applying 2020s color science to 1970s terminal user interfaces" keywords = ["awesome", "terminal", "color", "ANSI-escapes", "TUI"] categories = ["command-line-interface", "gui", "graphics", "encoding"] authors = ["Robert Grimm "] -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://github.com/apparebit/prettypretty" +documentation = "https://docs.rs/prettypretty/latest/prettypretty/" +homepage = "https://crates.io/crates/prettypretty" license = "Apache-2.0" include = ["/README.md", "/LICENSE", "/src"]