Anki/rspy/Cargo.toml
Damien Elmes 5876866565 tweaking the folder names again
hopefully that's the last of it
2020-01-03 07:48:38 +10:00

16 lines
277 B
TOML

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