From b2b7781410639997750e1c738f587c4c7fc227a8 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 1 Dec 2021 08:28:27 -0800 Subject: [PATCH] update author email --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0823219..b3138ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "treemap" version = "0.3.2" -authors = ["Matthew Fisher "] +authors = ["Matthew Fisher "] description = "Implementation of the Squarified Treemap algorithm" documentation = "https://github.com/bacongobbler/treemap-rs#readme" homepage = "https://github.com/bacongobbler/treemap-rs"