pyo3/Cargo.toml

14 lines
236 B
TOML
Raw Normal View History

2015-01-05 16:05:53 +00:00
[package]
name = "cpython"
2015-01-05 16:05:53 +00:00
version = "0.0.1"
description = "Bindings to Python 2.7"
2015-01-05 16:05:53 +00:00
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
2015-01-12 02:00:34 +00:00
#[dependencies]
#python27-sys="0.0.2"
[dependencies.python27-sys]
path = "../python27-sys"
2015-01-05 16:05:53 +00:00