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