anki/rspy/Cargo.toml

17 lines
302 B
TOML
Raw Normal View History

2019-12-23 05:42:14 +01:00
[package]
name = "ankirspy"
version = "2.1.17" # automatically updated
2019-12-23 05:42:14 +01:00
edition = "2018"
authors = ["Ankitects Pty Ltd and contributors"]
[dependencies]
anki = { path = "../rslib" }
2019-12-23 05:42:14 +01:00
[dependencies.pyo3]
version = "0.8.0"
features = ["extension-module"]
[lib]
name = "ankirspy"
2019-12-23 05:42:14 +01:00
crate-type = ["cdylib"]