mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 15:27:15 -05:00
18 lines
426 B
TOML
18 lines
426 B
TOML
[package]
|
|
name = "update_logger"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# local
|
|
komodo_client.workspace = true
|
|
mogh_logger.workspace = true
|
|
# external
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
anyhow.workspace = true |