mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 09:24:26 +01:00
17 lines
279 B
TOML
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"
|