aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKlimperfix2025-10-03 22:57:37 +0200
committerKlimperfix2025-10-03 23:58:14 +0200
commit624977bb9fd209b0c7c5f60a1332718de1d460d4 (patch)
tree9a9fe5fcf9a087c822de48800c6d856ad4f14a71 /Cargo.toml
parent161fc7010cb863e1af534ce1d173136401816a32 (diff)
downloadbibiman-624977bb9fd209b0c7c5f60a1332718de1d460d4.tar.gz
bibiman-624977bb9fd209b0c7c5f60a1332718de1d460d4.zip
macro-sani: started impl new algorithm
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2d596de..a01a7e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,5 +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"
+logos = "0.15.1"
+phf = { version = "0.13.1", features = ["macros"] }