diff --git a/Cargo.toml b/Cargo.toml index 5e6f09e..3d9c0d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ authors = ["Leopold Arkham "] description = "A configurable crate to easily represent file sizes in a human-readable format." repository = "https://github.com/LeopoldArkham/humansize" documentation = "https://docs.rs/humansize/0.1.0/humansize/" -keywords = ["file", "size", "sizes" "humanize", "bytes"] -license = "MIT OR Apache-2.0" +keywords = ["file", "size", "sizes", "humanize", "bytes"] +categories = ["value-formatting"] +license = "MIT/Apache-2.0" [dependencies]