codewhale-command-contract 0.9.8

Prototype command capability and dispatch shapes for the staged TUI command extraction
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "codewhale-command-contract"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Prototype command capability and dispatch shapes for the staged TUI command extraction"

[dependencies]
codewhale-core = { path = "../core", version = "0.9.8" }