mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 14:47:17 -05:00
16 lines
328 B
TOML
16 lines
328 B
TOML
[package]
|
|
name = "git"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
komodo_client.workspace = true
|
|
formatting.workspace = true
|
|
command.workspace = true
|
|
mogh_cache.workspace = true
|
|
#
|
|
anyhow.workspace = true
|
|
tokio.workspace = true |