anki/rspy/Cargo.toml
Damien Elmes 72c06a4aef bump version
.19 will be another bugfix release
2020-01-15 13:50:26 +10:00

17 lines
302 B
TOML

[package]
name = "ankirspy"
version = "2.1.20" # 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"]