reconcile/reconcile-python/Cargo.toml
Andras Schmelczer 464b82b8c5
Some checks failed
Check / build (pull_request) Failing after 1m43s
Bump
2026-05-31 21:01:08 +01:00

16 lines
360 B
TOML

[package]
name = "reconcile-text-python"
version = "0.12.0"
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.3", features = ["extension-module", "abi3-py39"] }