contrail-cli 0.1.5

Contrail CLI: service lifecycle plus history import and cross-machine export/merge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "contrail-cli"
version = "0.1.5"
edition = "2024"
description = "Contrail CLI: service lifecycle plus history import and cross-machine export/merge"
license = "MIT"
repository = "https://github.com/strangeloopcanon/contrail"

[[bin]]
name = "contrail"
path = "src/main.rs"

[dependencies]
anyhow = "1.0"
importer = { path = "../../importer", version = "0.1.5" }