Anki/rs/ankirs/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

13 lines
218 B
TOML

[package]
name = "ankirs"
version = "0.1.0"
edition = "2018"
authors = ["Ankitects Pty Ltd and contributors"]
[dependencies]
failure = "0.1.6"
prost = "0.5.0"
bytes = "0.4"
[build-dependencies]
prost-build = "0.5.0"