mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-04 23:09:34 -05:00
23 lines
512 B
TOML
23 lines
512 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_types.workspace = true
|
|
logger.workspace = true
|
|
#
|
|
termination_signal.workspace = true
|
|
#
|
|
tokio.workspace = true
|
|
mungos.workspace = true
|
|
anyhow.workspace = true
|
|
dotenv.workspace = true
|
|
envy.workspace = true
|
|
serde.workspace = true
|
|
log.workspace = true
|
|
chrono = "0.4" |