From c6ab4b66c1a622adc8eb171b457772a85aa6d629 Mon Sep 17 00:00:00 2001 From: Jarrett Ye Date: Wed, 7 Feb 2024 14:49:47 +0800 Subject: [PATCH] fix categories field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6e1aebc..a65fff78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "fsrs" version = "0.4.0" authors = ["Open Spaced Repetition"] -categories = ["Algorithms", "Science"] +categories = ["algorithms", "science"] edition = "2021" homepage = "https://github.com/open-spaced-repetition" keywords = ["spaced-repetition", "algorithm", "fsrs", "machine-learning"]