Skip to content

Commit

Permalink
plan to release on crates.io (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock authored Jan 27, 2024
1 parent 900a20d commit 51d38b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 51d38b4

Please sign in to comment.