cargo-align 0.1.0

A tool to for aligning file content
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.anyhow]
version = "1.0.86"

[dependencies.indoc]
version = "2.0.5"

[package]
authors = ["MeGaGiGaGon <megagigagon@gmail.com>"]
categories = ["command-line-utilities"]
description = "A tool to for aligning file content"
edition = "2021"
homepage = "https://github.com/you/grrs"
keywords = ["terminal", "cargo", "tool", "format", "alignment"]
license = "MIT OR Apache-2.0"
name = "cargo-align"
readme = "README.md"
repository = "https://github.com/you/grrs"
version = "0.1.0"