anki/rslib/proto_gen/Cargo.toml
Damien Elmes b37063e20a More service generation refactoring
- Dropped the protobuf extensions in favor of explicitly listing out
methods in both services if we want to implement both, as it's clearer.
- Move Service/Method wrappers into a separate crate that the various
clients can import, to easily get at the list of backend services and
their correct indices and comments.
2023-06-22 09:46:09 +10:00

17 lines
342 B
TOML

[package]
name = "anki_proto_gen"
publish = false
description = "Helpers for interface code generation"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[dependencies]
inflections = "1.1.1"
itertools = "0.10.5"
prost-reflect = "0.11.4"
prost-types = "0.11.9"