Skip to content

Commit 837fb44

Browse files
authored
Merge pull request #2 from cauebs/master
Simplify error handling and clean up code
2 parents 1c6e832 + ee499d8 commit 837fb44

File tree

3 files changed

+172
-158
lines changed

3 files changed

+172
-158
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ travis-ci = { repository = "roosta/i3wsr" }
1616

1717
[dependencies]
1818
xcb = "0.8"
19+
exitfailure = "0.5.1"
20+
failure = "0.1.2"
21+
failure_derive = "0.1.2"
1922

2023
[dependencies.i3ipc]
2124
version = "0.8.2"

0 commit comments

Comments
 (0)