termctl 0.1.1

small crate for controlling terminal output
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "termctl"
version = "0.1.1"
edition = "2024"
readme = "README.md"
description = "small crate for controlling terminal output"
repository = "https://github.com/amos-tg/termctl"
license = "MIT OR Apache-2.0"

[dependencies]
anyhow = "1.0.98"