summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2022-03-14 22:59:49 +0100
committerMaxime “pep” Buquet <pep@bouah.net>2022-08-21 17:19:58 +0200
commit8600e053e447091a16862aa91a58ba216a052c38 (patch)
tree8476c8f7d05353e7c308b03855a881b1e919a805 /Cargo.toml
parenteef1d2041d9c6d213cc41640d57805cca6f1d3ef (diff)
downloadpoezio-8600e053e447091a16862aa91a58ba216a052c38.tar.gz
poezio-8600e053e447091a16862aa91a58ba216a052c38.tar.bz2
poezio-8600e053e447091a16862aa91a58ba216a052c38.tar.xz
poezio-8600e053e447091a16862aa91a58ba216a052c38.zip
Move to PyO3
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
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 27257012..da78abef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ authors = [
]
[dependencies]
-cpython = "0.7"
+pyo3 = { version = "0.16", features = ["extension-module"] }
nom = "4"
chrono = "0.4"
ncurses = "5"