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.

14 lines
271 B

[package]
name = "pyironring"
version = "0.1.0"
authors = ["dece <shgck@pistache.land>"]
edition = "2018"
[lib]
name = "pyironring"
crate-type = ["cdylib"]
[dependencies]
rusted_iron_ring = { path = "../.." }
pyo3 = { version = "0.9", features = ["extension-module"] }