mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00

If we go ahead with betterproto on the Python side, it will mean bumping the minimum Python dependency to 3.7.
16 lines
279 B
TOML
16 lines
279 B
TOML
[package]
|
|
name = "pybridge"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
|
|
|
[dependencies]
|
|
ankirs = { path = "../ankirs" }
|
|
|
|
[dependencies.pyo3]
|
|
version = "0.8.0"
|
|
features = ["extension-module"]
|
|
|
|
[lib]
|
|
name = "_ankirs"
|
|
crate-type = ["cdylib"]
|