Skip to content

Commit

Permalink
Better error messages, and move code into modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDavison committed Mar 17, 2021
1 parent 3548d75 commit 6cf930d
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 161 deletions.
140 changes: 85 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kindleclip"
version = "0.3.0"
version = "0.4.0"
authors = ["Chris Davison <c.jr.davison@gmail.com>"]
edition = "2018"
license = "GPL-3.0-only"
Expand All @@ -11,5 +11,5 @@ repository = "https://github.com/chrisdavison/kindleclip"

[dependencies]
regex = "1"
structopt = "0.3.0"
clap = "3.0.0-beta.2"
anyhow = "1.0"

0 comments on commit 6cf930d

Please sign in to comment.