Skip to content

Commit

Permalink
Update Cargo.toml for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
danlehmann committed Aug 3, 2022
1 parent 299b510 commit 32cf1e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "arbitrary-int"
version = "1.0.0"
edition = "2021"
authors = ["Daniel Lehmann <[email protected]>"]
description = "Modern and lightweight implementation of u2, u3, u4, ..., u127."
license = "MIT"
repository = "https://github.com/danlehmann/arbitrary-int"
readme = "README.md"
keywords = ["integer", "unaligned", "misaligned"]
categories = ["embedded", "no-std", "data-structures"]

[dependencies]

0 comments on commit 32cf1e7

Please sign in to comment.