From 06fa9092bd46a8b3e65c56384cfac41c24519758 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 5 Feb 2024 00:39:14 +0000 Subject: [PATCH] Drop unused author fields --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46420c9..a3b17ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "phastft" version = "0.1.0" edition = "2021" -authors = ["Saveliy Yusufov", "Shnatsel", "...", "..."] +authors = ["Saveliy Yusufov", "Shnatsel"] license = "MIT OR Apache-2.0" description = "A high-performance, quantum-inspired, implementation of FFT in pure Rust" documentation = ""