Commit 29ccc94 1 parent 9cc9ce5 commit 29ccc94 Copy full SHA for 29ccc94
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crablit"
3
- version = " 0.1.6-git "
3
+ version = " 0.1.6"
4
4
authors = [
" Jeromos Kovács <[email protected] >" ]
5
5
description = " A cli learning app using spaced repetition."
6
6
categories = [" command-line-interface" ]
@@ -26,13 +26,15 @@ eula = false
26
26
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
27
27
28
28
[dependencies ]
29
- # to collect arguments
29
+ # to collect cli arguments
30
30
clap = { version = " 4.4.8" , features = [" derive" ] }
31
31
# for colored output
32
32
colored = " 2.0"
33
+ # for data_dir
33
34
dirs = " 5.0.1"
34
35
# for shuffling deck
35
36
nanorand = " 0.7.0"
37
+ # for fixing stupid windows' colours
36
38
output_vt100 = " 0.1.3"
37
39
# for editable input
38
40
rustyline = " 13.0.0"
You can’t perform that action at this time.
0 commit comments