Skip to content

Commit

Permalink
Update manifest for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-de-water committed Oct 2, 2024
1 parent 53a2d1d commit 872c459
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[package]
name = "nonany"
version = "0.1.0"
authors = ["Rick de Water"]
categories = ["no-std", "rust-patterns"]
description = "Integer types with customizable niche values"
edition = "2021"
rust-version = "1.56"
keywords = ["nonzero", "nonmin", "nonmax", "niche", "option"]
license = "MIT"
name = "nonany"
readme = "README.md"
repository = "https://github.com/rick-de-water/nonany"
rust-version = "1.56"
version = "0.1.0"

0 comments on commit 872c459

Please sign in to comment.