mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 22:32:55 +00:00
* fix: use the same version of chrono-tz Signed-off-by: yihong0618 <zouzou0208@gmail.com> * fix: address comments Signed-off-by: yihong0618 <zouzou0208@gmail.com> --------- Signed-off-by: yihong0618 <zouzou0208@gmail.com>
25 lines
513 B
TOML
25 lines
513 B
TOML
[package]
|
|
name = "common-time"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
arrow.workspace = true
|
|
chrono.workspace = true
|
|
chrono-tz.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
humantime.workspace = true
|
|
humantime-serde.workspace = true
|
|
once_cell.workspace = true
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json.workspace = true
|
|
snafu.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rand.workspace = true
|