We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b3843 commit 172b10fCopy full SHA for 172b10f
Cargo.toml
@@ -2,6 +2,12 @@
2
name = "sqlite-regex"
3
version = "0.2.3-alpha.8"
4
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"
11
12
[dependencies]
13
sqlite-loadable = "0.0.5"
0 commit comments