Skip to content

Commit 29ccc94

Browse files
committed
release: 0.1.6
1 parent 9cc9ce5 commit 29ccc94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crablit"
3-
version = "0.1.6-git"
3+
version = "0.1.6"
44
authors = ["Jeromos Kovács <[email protected]>"]
55
description = "A cli learning app using spaced repetition."
66
categories = ["command-line-interface"]
@@ -26,13 +26,15 @@ eula = false
2626
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2727

2828
[dependencies]
29-
# to collect arguments
29+
# to collect cli arguments
3030
clap = { version = "4.4.8", features = ["derive"] }
3131
# for colored output
3232
colored = "2.0"
33+
# for data_dir
3334
dirs = "5.0.1"
3435
# for shuffling deck
3536
nanorand = "0.7.0"
37+
# for fixing stupid windows' colours
3638
output_vt100 = "0.1.3"
3739
# for editable input
3840
rustyline = "13.0.0"

0 commit comments

Comments
 (0)