mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:18:32 -05:00
17 lines
331 B
TOML
17 lines
331 B
TOML
[package]
|
|
name = "git"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
monitor_client.workspace = true
|
|
command.workspace = true
|
|
#
|
|
run_command.workspace = true
|
|
#
|
|
tracing.workspace = true
|
|
anyhow.workspace = true |