update Cargo.toml to resolve links to the fork

This commit is contained in:
Terts Diepraam
2022-11-19 19:00:35 +01:00
parent cda3e02a82
commit 200c1f8a1f
+3 -4
View File
@@ -2,12 +2,11 @@
name = "term_grid"
description = "Library for formatting strings into a grid layout"
authors = ["Benjamin Sago <ogham@bsago.me>"]
documentation = "https://docs.rs/term_grid/"
exclude = ["/.rustfmt.toml", "/.travis.yml"]
authors = ["uutils developers", "Benjamin Sago <ogham@bsago.me>"]
documentation = "https://docs.rs/uutils_term_grid/"
license = "MIT"
readme = "README.md"
repository = "https://github.com/ogham/rust-term-grid"
repository = "https://github.com/uutils/uutils-term-grid"
version = "0.2.0"
edition = "2021"
rust-version = "1.56"