Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Jun 17, 2022
1 parent 2cf6112 commit eeb8491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "size"
version = "0.1.2"
version = "0.2.0"
authors = ["Mahmoud Al-Qudsi <[email protected]>", "NeoSmart Technologies"]
description = "Units and formatting for file sizes in base2 and base10"
description = "A strongly-typed wrapper for creating, formatting, and interacting with file sizes"
homepage = "https://github.com/neosmart/prettysize-rs"
repository = "https://github.com/neosmart/prettysize-rs"
readme = "README.md"
keywords = ["bytes", "prettysize", "size", "units", "formatting"]
categories = ["value-formatting"]
categories = ["value-formatting", "rust-patterns", "no-std"]
license = "MIT"
edition = "2018"

Expand Down

0 comments on commit eeb8491

Please sign in to comment.