heh
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf15cc0..0854c6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,6 @@ edition = "2024"
atools = { git = "https://github.com/bend-n/atools", version = "0.1.7" }
car = "0.1.1"
collar = "1.0.1"
-fancy-regex = "0.15.0"
implicit-fn = "0.1.0"
# hinted = "0.0.1"
itertools = "0.12.0"
@@ -18,6 +17,7 @@ lower-macros = "0.2.3"
mattr = "1.0.0"
md-5 = "0.10.6"
memchr = "2.6.4"
+pyo3 = "0.26.0"
regex = { version = "1.11.1", default-features = false, features = [
"unstable",
] }