mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 13:26:56 -05:00
If we go ahead with betterproto on the Python side, it will mean bumping the minimum Python dependency to 3.7.
13 lines
218 B
TOML
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"
|