anki/rslib/proto/Cargo.toml
Damien Elmes 81ac5a91ad Include backend comments in Python and Rust codegen
This is of limited usefulness at the moment, as it doesn't help consumers
of the public API.

Also removed detached comments from the included comments.
2023-06-16 10:59:00 +10:00

27 lines
606 B
TOML

[package]
name = "anki_proto"
publish = false
description = "Anki's Rust library protobuf code"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[build-dependencies]
anki_io = { version = "0.0.0", path = "../io" }
anyhow = "1.0.71"
inflections = "1.1.1"
itertools = "0.10.5"
prost-build = "0.11.9"
prost-reflect = "0.11.4"
prost-types = "0.11.9"
[dependencies]
num_enum = "0.6.1"
prost = "0.11.9"
serde = { version = "1.0.164", features = ["derive"] }
snafu = "0.7.4"
strum = { version = "0.24.1", features = ["derive"] }