Skip to content

Commit 172b10f

Browse files
committed
update cargo.toml metadata
1 parent 23b3843 commit 172b10f

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
@@ -2,6 +2,12 @@
22
name = "sqlite-regex"
33
version = "0.2.3-alpha.8"
44
edition = "2021"
5+
authors = ["Alex Garcia <alexsebastian.garcia@gmail.com>"]
6+
description = "A SQLite extension for working with regular expressions"
7+
homepage = "https://github.com/asg017/sqlite-regex"
8+
repository = "https://github.com/asg017/sqlite-regex"
9+
keywords = ["sqlite", "sqlite-extension"]
10+
license = "MIT/Apache-2.0"
511

612
[dependencies]
713
sqlite-loadable = "0.0.5"

0 commit comments

Comments
 (0)