Files
komodo/bin/migrator/Cargo.toml
2023-08-10 01:46:07 -04:00

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"