Skip to content

Commit 3079fae

Browse files
author
Jeromos Kovacs
committed
release: 0.1.12
1 parent fc2f22c commit 3079fae

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.12"
44
authors = ["Jeromos Kovács <[email protected]>"]
55
description = "A cli learning app using spaced repetition."
66
categories = ["command-line-interface"]

src/config.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! # In this module, you can find code that helps in collecting cli arguments and determining properties of a file containing vocab data.
22
use crate::*;
33
use clap::Parser;
4-
use log::*;
54
use std::{collections::HashMap, path::PathBuf};
65

76
#[derive(Parser, Debug, PartialEq)]

0 commit comments

Comments
 (0)