a83c4a7da7
Due to the orphan rule, this meant removing our usages of impl ProtoStruct, or converting them to a trait when they were used commonly. rslib now directly references anki_proto and anki_i18n, instead of 'pub use'-ing them, and we can put the generated files back in OUT_DIR.
25 lines
537 B
TOML
25 lines
537 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]
|
|
anyhow = "1.0.71"
|
|
inflections = "1.1.1"
|
|
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"] }
|