diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"] |