Skip to content

Commit

Permalink
add metadata and badge links works
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Feb 23, 2024
1 parent 98ac703 commit b53ebc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "fsrs-browser"
version = "0.2.0"
edition = "2021"
authors = ["Open Spaced Repetition"]
categories = ["algorithms", "science"]
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-browser"
description = "FSRS for the browser, including Optimizer and Scheduler"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![NPM Version](https://img.shields.io/npm/v/fsrs-browser.svg?style=flat)]()
[![NPM Version](https://img.shields.io/npm/v/fsrs-browser.svg?style=flat)](https://www.npmjs.com/package/fsrs-browser)

# fsrs-browser

Expand Down

0 comments on commit b53ebc6

Please sign in to comment.