Skip to content

Commit 98cb3c3

Browse files
committed
add missing manifest things
1 parent b1a9fe9 commit 98cb3c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/proc_macros/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
name = "lazy-regex-proc_macros"
33
version = "2.0.0"
44
authors = ["Canop <[email protected]>"]
5+
description = "proc macros for the lazy_regex crate"
6+
license = "MIT"
57
edition = "2018"
68

79
[dependencies]
810
syn = "1.0"
911
proc-macro2 = "1.0"
1012
quote = "1.0"
11-
regex = "1.4"
13+
regex = "1.5"
1214

1315
[lib]
1416
proc-macro = true

0 commit comments

Comments
 (0)