transip-command 0.3.2

Parse a string and return a transip command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "transip-command"
authors.workspace = true
description = "Parse a string and return a transip command"
edition.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[dependencies]
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.50"

[features]
propagation = []