From c42a3e3d684039146976ddb65259a4d702eef9d4 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 5 Feb 2024 00:40:04 +0000 Subject: [PATCH] Set repository and unset documentation field; it will default to docs.rs --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3b17ac..f2d1f4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,7 @@ edition = "2021" authors = ["Saveliy Yusufov", "Shnatsel"] license = "MIT OR Apache-2.0" description = "A high-performance, quantum-inspired, implementation of FFT in pure Rust" -documentation = "" -repository = "" +repository = "https://github.com/QuState/PHastFT" keywords = ["quantum", "fft", "discrete", "fourier", "transform"] categories = ["algorithms", "compression", "science"]