mirror of
https://github.com/lune-org/lune.git
synced 2025-01-19 01:08:05 +00:00
20 lines
302 B
TOML
20 lines
302 B
TOML
|
[package]
|
||
|
name = "lune-std-regex"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
license = "MPL-2.0"
|
||
|
|
||
|
[lib]
|
||
|
path = "src/lib.rs"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
mlua = { version = "0.9.7", features = ["luau"] }
|
||
|
|
||
|
regex = "1.10"
|
||
|
self_cell = "1.0"
|
||
|
|
||
|
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|