mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
20 lines
294 B
TOML
20 lines
294 B
TOML
[package]
|
|
name = "ankirs"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
|
|
|
[dependencies]
|
|
|
|
|
|
[dependencies.pyo3]
|
|
version = "0.8.0"
|
|
features = ["extension-module"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[lib]
|
|
name = "_ankirs"
|
|
crate-type = ["cdylib"]
|