20 lines
354 B
TOML
20 lines
354 B
TOML
[package]
|
|
name = "ankirspy"
|
|
version = "2.1.21" # automatically updated
|
|
edition = "2018"
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
|
|
|
[dependencies]
|
|
anki = { path = "../rslib" }
|
|
log = "0.4.8"
|
|
env_logger = "0.7.1"
|
|
tokio = "0.2.11"
|
|
|
|
[dependencies.pyo3]
|
|
version = "0.8.0"
|
|
features = ["extension-module"]
|
|
|
|
[lib]
|
|
name = "ankirspy"
|
|
crate-type = ["cdylib"]
|