mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 22:40:40 +00:00
18 lines
369 B
TOML
18 lines
369 B
TOML
[package]
|
|
name = "common-base"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anymap = "1.0.0-beta.2"
|
|
bitvec = "1.0"
|
|
bytes = { version = "1.1", features = ["serde"] }
|
|
common-error = { path = "../error" }
|
|
paste = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
snafu.workspace = true
|
|
|
|
[dev-dependencies]
|
|
toml = "0.5"
|