2023-06-11 14:17:41 +02:00
|
|
|
[package]
|
|
|
|
name = "anki_proto"
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-06-23 05:02:23 +02:00
|
|
|
publish = false
|
2023-06-11 14:17:41 +02:00
|
|
|
rust-version.workspace = true
|
2023-06-23 05:02:23 +02:00
|
|
|
description = "Anki's Rust library protobuf code"
|
2023-06-11 14:17:41 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2023-06-23 05:02:23 +02:00
|
|
|
anki_io.workspace = true
|
|
|
|
anki_proto_gen.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
|
|
inflections.workspace = true
|
|
|
|
itertools.workspace = true
|
|
|
|
prost-build.workspace = true
|
|
|
|
prost-reflect.workspace = true
|
|
|
|
prost-types.workspace = true
|
2023-06-12 03:40:10 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2023-06-23 05:02:23 +02:00
|
|
|
prost.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
snafu.workspace = true
|
|
|
|
strum.workspace = true
|