mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
* refactor: extract file watcher to common-config Signed-off-by: shuiyisong <xixing.sys@gmail.com> * fix: add file check Signed-off-by: shuiyisong <xixing.sys@gmail.com> * chore: watch dir instead of file Signed-off-by: shuiyisong <xixing.sys@gmail.com> * chore: address CR issues Signed-off-by: shuiyisong <xixing.sys@gmail.com> --------- Signed-off-by: shuiyisong <xixing.sys@gmail.com>
34 lines
745 B
TOML
34 lines
745 B
TOML
[package]
|
|
name = "common-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
common-base.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-telemetry.workspace = true
|
|
config.workspace = true
|
|
humantime-serde.workspace = true
|
|
notify.workspace = true
|
|
object-store.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
serde_with.workspace = true
|
|
snafu.workspace = true
|
|
toml.workspace = true
|
|
|
|
[dev-dependencies]
|
|
common-telemetry.workspace = true
|
|
common-test-util.workspace = true
|
|
common-wal.workspace = true
|
|
datanode.workspace = true
|
|
meta-client.workspace = true
|
|
serde.workspace = true
|
|
temp-env = "0.3"
|
|
tempfile.workspace = true
|