aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Heiges <jeff.heiges@colorado.edu>2025-03-08 02:36:01 -0700
committerJeff Heiges <jeff.heiges@colorado.edu>2025-03-08 02:36:01 -0700
commitccb187f231a70a06d1d61356a4592b1ec5e0e4db (patch)
treeba3255ce3ccbc43abeb91d2b66e7ccefd42b5add /Cargo.toml
parent5f92b9769da9a38ea63ce0f01a143f74ccc0eab9 (diff)
Added README.md
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf21664..419a6ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-inline-python = "0.12.0"
-pyo3 = "0.19.0"
-#pyo3-ffi = "0.23.0"
+inline-python = "0.13.0"
+pyo3 = "0.23.5"
+pyo3-ffi = "0.23.5"
re = "0.1.9"
regex = "1.11.1"