Rust-Programming-Cookbook/Chapter08/python-rust-library/Cargo.toml

17 wiersze
289 B
TOML
Czysty Zwykły widok Historia

2017-07-31 06:59:18 +00:00
[package]
name = "python-rust-example"
version = "0.1.0"
authors = ["Vigneshwer.D <dvigneshwer@gmail.com>"]
[lib]
name = "example"
crate-type = ["dylib"]
[dependencies.cpython]
git = "https://github.com/dgrunwald/rust-cpython.git"
default-features = false
features = ["python27-sys"]