From eef1d2041d9c6d213cc41640d57805cca6f1d3ef Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 17 Oct 2018 04:37:05 +0200 Subject: Convert theming to Rust. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3