pyo3/Cargo.toml
2015-03-09 14:31:20 +01:00

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="*"