Skip to content

Commit

Permalink
release: 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeSchmied committed Feb 8, 2024
1 parent 9cc9ce5 commit 29ccc94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crablit"
version = "0.1.6-git"
version = "0.1.6"
authors = ["Jeromos Kovács <iitsnotme214@protonmail.com>"]
description = "A cli learning app using spaced repetition."
categories = ["command-line-interface"]
Expand All @@ -26,13 +26,15 @@ eula = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# to collect arguments
# to collect cli arguments
clap = { version = "4.4.8", features = ["derive"] }
# for colored output
colored = "2.0"
# for data_dir
dirs = "5.0.1"
# for shuffling deck
nanorand = "0.7.0"
# for fixing stupid windows' colours
output_vt100 = "0.1.3"
# for editable input
rustyline = "13.0.0"
Expand Down

0 comments on commit 29ccc94

Please sign in to comment.