mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +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>
30 lines
534 B
TOML
30 lines
534 B
TOML
[package]
|
|
name = "auth"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
testing = []
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
async-trait.workspace = true
|
|
common-base.workspace = true
|
|
common-config.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-telemetry.workspace = true
|
|
digest = "0.10"
|
|
sha1 = "0.10"
|
|
snafu.workspace = true
|
|
sql.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[dev-dependencies]
|
|
common-test-util.workspace = true
|