From a266d71847d0cebe3a80047d9243c7279b7f9d3e Mon Sep 17 00:00:00 2001 From: Asperatus Date: Sun, 27 Mar 2022 12:37:04 -0400 Subject: [PATCH] v0.2.0 release --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc6f020..dfb36fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "num2words" -version = "0.1.0" +version = "0.2.0" authors = ["Asperatus "] edition = "2018" description = "Convert numbers like 42 to forty-two" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/num2words" repository = "https://github.com/Ballasi/num2words/" -keywords = ["numbers", "words"] +keywords = ["numbers", "words", "number-converter", "number", "number-spelling"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,7 +16,6 @@ readme = "README.md" name = "num2words" path = "src/lib.rs" - [[bin]] name = "num2words" path = "src/bin/bin.rs"