mirror of
https://codeberg.org/bunbun/fluffle/
synced 2025-01-22 20:54:34 -08:00
8 lines
133 B
TOML
8 lines
133 B
TOML
[package]
|
|
name = "fluffle"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lazy-regex = { version = "3.3.0", features = ["std"] }
|