summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]