From 51d38b48d0677775f71c6ab6614dbd15bfeed920 Mon Sep 17 00:00:00 2001 From: Jarrett Ye Date: Sat, 27 Jan 2024 19:25:33 +0800 Subject: [PATCH] plan to release on crates.io (#150) --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 04a715ce..76de9ffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,16 @@ [package] name = "fsrs" version = "0.1.0" +authors = ["Open Spaced Repetition"] +categories = ["Algorithms", "Science"] edition = "2021" +homepage = "https://github.com/open-spaced-repetition" +keywords = ["spaced-repetition", "algorithm", "fsrs", "machine-learning"] license = "BSD-3-Clause" +readme = "README.md" +repository = "https://github.com/open-spaced-repetition/fsrs-rs" +rust-version = "1.75.0" +description = "FSRS for Rust, including Optimizer and Scheduler" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html