2019-12-23 05:42:14 +01:00
|
|
|
[package]
|
2020-01-02 10:43:19 +01:00
|
|
|
name = "ankirspy"
|
2020-03-06 10:13:30 +01:00
|
|
|
version = "2.1.22" # automatically updated
|
2019-12-23 05:42:14 +01:00
|
|
|
edition = "2018"
|
|
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
|
|
|
|
2019-12-24 04:33:44 +01:00
|
|
|
[dependencies]
|
2020-01-02 22:48:38 +01:00
|
|
|
anki = { path = "../rslib" }
|
2020-02-04 00:07:15 +01:00
|
|
|
tokio = "0.2.11"
|
2019-12-24 04:33:44 +01:00
|
|
|
|
2019-12-23 05:42:14 +01:00
|
|
|
[dependencies.pyo3]
|
|
|
|
version = "0.8.0"
|
|
|
|
features = ["extension-module"]
|
|
|
|
|
|
|
|
[lib]
|
2020-01-02 10:43:19 +01:00
|
|
|
name = "ankirspy"
|
2019-12-23 05:42:14 +01:00
|
|
|
crate-type = ["cdylib"]
|