Skip to content

Commit d851e69

Browse files
committed
Prep for crates upload
1 parent 6b79ec8 commit d851e69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "into_enum"
33
version = "0.1.0"
4+
authors = ["Subserial"]
45
edition = "2021"
6+
description = "Rust macro to generate trivial From impls"
7+
repository = "https://github.com/Subserial/into_enum"
8+
license = "MIT-CMU"
9+
keywords = ["enum", "derive", "from", "into"]
10+
categories = ["data-structures"]
511

612
[lib]
713
proc-macro = true

0 commit comments

Comments
 (0)