17 lines
342 B
TOML
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"
|