Anki/rs/pybridge/Cargo.toml
Damien Elmes 252a0cb54f use protobuf for python/rust bridge
If we go ahead with betterproto on the Python side, it will mean
bumping the minimum Python dependency to 3.7.
2019-12-24 19:57:54 +10:00

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"]