Skip to content

Commit

Permalink
Small restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed May 23, 2019
1 parent 261d7a7 commit 31dd579
Show file tree
Hide file tree
Showing 17 changed files with 354 additions and 274 deletions.
91 changes: 82 additions & 9 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Expand Up @@ -21,11 +21,14 @@ conch-parser = "0.1.1"
nom = "5.0.0-beta1"
subprocess = "0.1.18"
dunce = "1.0.0"
futures = "0.1.27"
futures-core = "0.2.1"
indexmap = "1.0.2"
chrono-humanize = "0.0.11"
byte-unit = "2.1.0"
ordered-float = "1.0.2"
prettyprint = "0.6.0"
cursive = { version = "0.12.0", features = ["pancurses-backend"], default-features = false }
futures-preview = "0.3.0-alpha.16"

[dependencies.pancurses]
version = "0.16"
features = ["win32a"]

0 comments on commit 31dd579

Please sign in to comment.