mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +00:00
* feat: feature gate apidocs * refactor: remove built-in apidocs and schemars * remove redoc html
21 lines
347 B
TOML
21 lines
347 B
TOML
[package]
|
|
name = "common-version"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
codec = ["dep:serde"]
|
|
|
|
[dependencies]
|
|
const_format = "0.2"
|
|
serde = { workspace = true, optional = true }
|
|
shadow-rs.workspace = true
|
|
|
|
[build-dependencies]
|
|
build-data = "0.2"
|
|
shadow-rs.workspace = true
|