mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
16 lines
302 B
TOML
16 lines
302 B
TOML
[package]
|
|
name = "ankirspy"
|
|
version = "2.1.17" # automatically updated
|
|
edition = "2018"
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
|
|
|
[dependencies]
|
|
anki = { path = "../rslib" }
|
|
|
|
[dependencies.pyo3]
|
|
version = "0.8.0"
|
|
features = ["extension-module"]
|
|
|
|
[lib]
|
|
name = "ankirspy"
|
|
crate-type = ["cdylib"]
|