Skip to content

Commit

Permalink
update to crates.io (#44)
Browse files Browse the repository at this point in the history
* update to crates.io

* fix use
  • Loading branch information
asukaminato0721 authored Oct 28, 2024
1 parent 18b1a8d commit 7c01007
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ Install:

```toml
[dependencies]
fsrs = { git = "https://github.com/open-spaced-repetition/rs-fsrs" }
chrono = { version = "0.4.23", features = ["serde"] }
rs-fsrs = { version = "1.2.1" }
```

Quickstart:

```rust
use chrono::Utc;
use fsrs::{FSRS, Card, Rating};
use rs_fsrs::{FSRS, Card, Rating};

fn main() {
let fsrs = FSRS::default();
Expand Down

0 comments on commit 7c01007

Please sign in to comment.