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

17 wiersze
289 B
TOML

[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"]