mirror of
https://github.com/moghtech/komodo.git
synced 2026-08-02 22:08:14 -05:00
15 lines
314 B
TOML
15 lines
314 B
TOML
[package]
|
|
name = "environment"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
komodo_client.workspace = true
|
|
secret_file.workspace = true
|
|
formatting.workspace = true
|
|
#
|
|
anyhow.workspace = true |