pyo3/Cargo.toml

12 lines
185 B
TOML

[package]
name = "cpython"
version = "0.0.1"
description = "Bindings to Python 2.7"
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
[dependencies]
python27-sys="*"
libc="*"