This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
RustedIronRing/bindings/python/Cargo.toml

14 lines
271 B
TOML
Raw Normal View History

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