anki/rspy/Cargo.toml
2020-07-28 12:59:56 +10:00

20 lines
438 B
TOML

[package]
name = "ankirspy"
version = "2.1.30" # automatically updated
edition = "2018"
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
license = "AGPL-3.0-or-later"
description = "Anki's Rust library code Python bindings"
readme = "README.md"
[dependencies]
anki = { path = "../rslib" }
[dependencies.pyo3]
version = "0.8.0"
features = ["extension-module"]
[lib]
name = "ankirspy"
crate-type = ["cdylib"]