mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-05 00:00:45 +00:00
18 lines
344 B
TOML
18 lines
344 B
TOML
[package]
|
|
name = "command"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
komodo_client.workspace = true
|
|
#
|
|
svi.workspace = true
|
|
#
|
|
tracing.workspace = true
|
|
tokio.workspace = true
|
|
shlex.workspace = true
|
|
nix.workspace = true |