Skip to content

Commit

Permalink
Merge pull request o2sh#253 from o2sh/refacto-main
Browse files Browse the repository at this point in the history
Split/Refacto main module
  • Loading branch information
o2sh authored Oct 12, 2020
2 parents 784b7a2 + a8f345d commit a2b0bfd
Show file tree
Hide file tree
Showing 16 changed files with 432 additions and 437 deletions.
17 changes: 17 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ image = "0.23.10"
regex = "1"
futures = "0.3.6"
tokio = { version = "0.2.22", features = ["full"] }
error-chain = "0.12"

[target.'cfg(windows)'.dependencies]
ansi_term = "0.12"
Expand Down
38 changes: 0 additions & 38 deletions src/error.rs

This file was deleted.

Loading

0 comments on commit a2b0bfd

Please sign in to comment.