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

[dependencies]
pyo3 = { version = "0.16", features = ["extension-module"] }
nom = "7.1"
chrono = "0.4"
ncurses = "5"
lazy_static = "1"
enum-set = "0.0"

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