Skip to content

Commit

Permalink
Prep for crates upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Subserial committed Dec 8, 2024
1 parent 6b79ec8 commit d851e69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "into_enum"
version = "0.1.0"
authors = ["Subserial"]
edition = "2021"
description = "Rust macro to generate trivial From impls"
repository = "https://github.com/Subserial/into_enum"
license = "MIT-CMU"
keywords = ["enum", "derive", "from", "into"]
categories = ["data-structures"]

[lib]
proc-macro = true
Expand Down

0 comments on commit d851e69

Please sign in to comment.