23 lines
445 B
TOML
23 lines
445 B
TOML
[package]
|
|
name = "common"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
prost-types = { workspace = true }
|
|
|
|
tonic = "0.14.6"
|
|
prost = "0.14.4"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
|
|
# Search
|
|
tantivy = { workspace = true }
|
|
serde_json.workspace = true
|
|
tonic-prost = "0.14.6"
|
|
|
|
[build-dependencies]
|
|
tonic-build = { version = "0.14.6" }
|
|
prost-build = "0.14.4"
|
|
tonic-prost-build = "0.14.6"
|