diff options
| author | Klimperfix | 2025-09-30 21:49:31 +0200 |
|---|---|---|
| committer | Klimperfix | 2025-10-03 12:20:14 +0200 |
| commit | 7350c7382bda85618c3dae1d74cc8cbe7ddd4b9d (patch) | |
| tree | 19128cc2ced032d9988adfa6d3a658f803b5c930 /Cargo.toml | |
| parent | db0deb9b6ee59c07ab2f04972184b154925034bd (diff) | |
| download | bibiman-7350c7382bda85618c3dae1d74cc8cbe7ddd4b9d.tar.gz bibiman-7350c7382bda85618c3dae1d74cc8cbe7ddd4b9d.zip | |
Implemented basic sanitizing.
The default Regex crate does not support the required regex features, so
I'm using the fancy_regex crate that does.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,3 +39,5 @@ ureq = "2.12.1" serde = { version = "1.0.217", features = ["serde_derive"] } figment = { version = "0.10.19", features = [ "toml", "test" ]} owo-colors = "4.2.2" +unicodeit = { version = "0.2.0", features = ["naive-impl"] } +fancy-regex = "0.16.2" |
