Skip to content

Commit

Permalink
Cargo.toml package's information has been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeRicoVivas committed Mar 3, 2024
1 parent 77f70a1 commit 058f38a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions indexed_valued_enums_derive/Cargo.toml
Expand Up @@ -2,6 +2,13 @@
name = "indexed_valued_enums_derive"
version = "1.0.0"
edition = "2021"
authors = ["Jorge Rico Vivas <jorgericosoftware@gmail.com>"]
description = "Derive macro for the indexed_valued_enums crate."
repository = "https://github.com/JorgeRicoVivas/indexed_valued_enums"
keywords = ["valued", "enum", "discriminant", "index", "derive"]
categories = ["no-std", "no-std::no-alloc"]
license-file = "../LICENSE.txt"
readme = "../README.md"

[lib]
proc-macro = true
Expand Down

0 comments on commit 058f38a

Please sign in to comment.