Test repository for Python library with Rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
256 B

[package]
name = "monotone"
version = "0.1.0"
authors = ["Yasuhiro Yamaguchi <altescy@fastmail.com>"]
edition = "2018"
[lib]
name = "monotone"
crate-type = ["cdylib", "rlib"]
[dependencies]
pyo3 = "0.13.2"
[features]
default = ["pyo3/extension-module"]