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

[dependencies]
cpython = "0.7"

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