summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-10-17 04:37:05 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2022-08-21 17:19:58 +0200
commiteef1d2041d9c6d213cc41640d57805cca6f1d3ef (patch)
tree0ae7cebfa8b717296da2dc5870105b9e1539a100 /Cargo.toml
parent6378f6ee6b43ef801725f3dda428cc10a68f26d4 (diff)
downloadpoezio-eef1d2041d9c6d213cc41640d57805cca6f1d3ef.tar.gz
poezio-eef1d2041d9c6d213cc41640d57805cca6f1d3ef.tar.bz2
poezio-eef1d2041d9c6d213cc41640d57805cca6f1d3ef.tar.xz
poezio-eef1d2041d9c6d213cc41640d57805cca6f1d3ef.zip
Convert theming to Rust.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3beed930..27257012 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,11 @@ authors = [
[dependencies]
cpython = "0.7"
+nom = "4"
+chrono = "0.4"
+ncurses = "5"
+lazy_static = "1"
+enum-set = "0.0"
[lib]
crate-type = ["cdylib"]