Files
turso/extensions/regexp/Cargo.toml
2025-01-16 23:15:59 +05:30

17 lines
279 B
TOML

[package]
name = "limbo_regexp"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lib]
crate-type = ["cdylib", "lib"]
[dependencies]
limbo_ext = { path = "../core"}
regex = "1.11.1"
log = "0.4.20"