poezio/Cargo.toml

19 lines
290 B
TOML
Raw Normal View History

2018-10-17 03:12:21 +00:00
[package]
name = "poezio"
version = "0.1.0"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>",
]
[dependencies]
cpython = "0.7"
2018-10-17 02:37:05 +00:00
nom = "4"
chrono = "0.4"
ncurses = "5"
lazy_static = "1"
enum-set = "0.0"
2018-10-17 03:12:21 +00:00
[lib]
crate-type = ["cdylib"]