mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-25 14:45:35 +00:00
16 lines
293 B
TOML
16 lines
293 B
TOML
[package]
|
|
name = "common-options"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
common-base.workspace = true
|
|
common-grpc.workspace = true
|
|
humantime-serde.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|