mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-19 18:19:56 -05:00
25 lines
577 B
TOML
25 lines
577 B
TOML
[package]
|
|
name = "migrator"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
monitor_client.workspace = true
|
|
# db_client.workspace = true
|
|
logger.workspace = true
|
|
#
|
|
termination_signal.workspace = true
|
|
mungos.workspace = true
|
|
mongo_indexed.workspace = true
|
|
#
|
|
tokio.workspace = true
|
|
anyhow.workspace = true
|
|
dotenv.workspace = true
|
|
envy.workspace = true
|
|
serde.workspace = true
|
|
tracing.workspace = true
|
|
chrono = "0.4" |