summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 27257012908a155f7cc2d13918d41f96e9ca0fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "poezio"
version = "0.1.0"
authors = [
  "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
  "Maxime “pep” Buquet <pep@bouah.net>",
]

[dependencies]
cpython = "0.7"
nom = "4"
chrono = "0.4"
ncurses = "5"
lazy_static = "1"
enum-set = "0.0"

[lib]
crate-type = ["cdylib"]