mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-20 08:04:11 -05:00
14 lines
331 B
TOML
14 lines
331 B
TOML
[package]
|
|
name = "environment"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
mogh_secret_file = { workspace = true, features = ["write", "tokio"] }
|
|
komodo_client.workspace = true
|
|
formatting.workspace = true
|
|
#
|
|
anyhow.workspace = true |