mirror of
https://github.com/mon/ifstools.git
synced 2026-05-09 12:24:07 -05:00
17 lines
292 B
TOML
17 lines
292 B
TOML
[package]
|
|
name = "ifstools-native"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "_lz77_native"
|
|
crate-type = ["cdylib", "rlib"]
|
|
path = "rust/lib.rs"
|
|
|
|
[dependencies]
|
|
pyo3 = { version = "0.28", features = ["extension-module", "abi3-py310"] }
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
codegen-units = 1
|