heh
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", ] } |