reconcile/reconcile-python/Cargo.toml
Andras Schmelczer dba62525db
All checks were successful
Check / build (pull_request) Successful in 9m14s
Bump versions to 0.12.1
2026-06-01 07:45:07 +01:00

16 lines
383 B
TOML

[package]
name = "reconcile-text-python"
version = "0.12.1"
edition = "2024"
rust-version = "1.94"
authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
license = "MIT"
publish = false
[lib]
name = "_native"
crate-type = ["cdylib"]
[dependencies]
reconcile-text = { path = ".." }
pyo3 = { version = "0.28.2", features = ["extension-module", "abi3-py39", "generate-import-lib"] }