summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: cf3aea200b7183363f8fcdb1524ab984514a1c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "diskonaut"
version = "0.1.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
homepage = "https://github.com/imsnif/diskonaut"
repository = "https://github.com/imsnif/diskonaut"
description = ""
license = "MIT"
edition = "2018"

[dependencies]
tui = "0.5"
termion = "1.5"
failure = "0.1"
walkdir = "2"
signal-hook = "0.1.10"
structopt = "0.3"

[dev-dependencies]
insta = "0.12.0"
cargo-insta = "0.11.0"