-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This removes the dependencies on rustc-serialize and docopts from the library.
- Loading branch information
Showing
5 changed files
with
262 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
target | ||
Cargo.lock | ||
target/ | ||
/Cargo.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "loopdev" | ||
description = "Setup and control loop devices" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Michael Daffin <[email protected]>"] | ||
license = "MIT" | ||
documentation = "https://disconnected.systems/loopdev/loopdev/" | ||
|
@@ -13,5 +13,3 @@ keywords = ["loop", "losetup"] | |
[dependencies] | ||
errno = "0.1" | ||
libc = "0.2" | ||
docopt = "0.6" | ||
rustc-serialize = "0.3" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[package] | ||
authors = ["Michael Daffin <[email protected]>"] | ||
name = "losetup" | ||
version = "0.1.1" | ||
|
||
[dependencies] | ||
docopt = "0.7.0" | ||
rustc-serialize = "0.3.24" | ||
|
||
[dependencies.loopdev] | ||
optional = false | ||
path = ".." |
File renamed without changes.