Skip to content

Commit be5283e

Browse files
author
andrew
committed
pub tweaks
1 parent a24d7e7 commit be5283e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/proc_macros/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "structre_proc_macros"
33
version = "0.0.1"
44
edition = "2021"
5+
license = "ISC"
6+
description = "Static-checked parsing of regexes into structs (helper crate)"
7+
homepage = "https://github.com/andrewbaxter/structre"
8+
repository = "https://github.com/andrewbaxter/structre"
9+
readme = "../../readme.md"
510

611
[lib]
712
proc-macro = true

0 commit comments

Comments
 (0)