We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd8215 commit 720ca59Copy full SHA for 720ca59
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
-name = "term_grid"
+name = "uutils_term_grid"
3
description = "Library for formatting strings into a grid layout"
4
5
authors = ["uutils developers", "Benjamin Sago <ogham@bsago.me>"]
6
documentation = "https://docs.rs/uutils_term_grid/"
7
license = "MIT"
8
readme = "README.md"
9
repository = "https://github.com/uutils/uutils-term-grid"
10
-version = "0.2.0"
+version = "0.3.0"
11
edition = "2021"
12
rust-version = "1.56"
13
0 commit comments