From 200c1f8a1f7552472b639eed1644bec41d23eca8 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sat, 19 Nov 2022 17:49:11 +0100 Subject: [PATCH] update Cargo.toml to resolve links to the fork --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0926b15..1fbcc4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,11 @@ name = "term_grid" description = "Library for formatting strings into a grid layout" -authors = ["Benjamin Sago "] -documentation = "https://docs.rs/term_grid/" -exclude = ["/.rustfmt.toml", "/.travis.yml"] +authors = ["uutils developers", "Benjamin Sago "] +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"