devo 0.1.0

Generate and run tmux workflows from a small TOML DSL
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "devo"
version = "0.1.0"
edition = "2021"
description = "Generate and run tmux workflows from a small TOML DSL"
license = "Apache-2.0"

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
toml = "0.8"