-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor tweaks to the Cargo.toml files for publishing the crate
- Loading branch information
1 parent
e8c094a
commit 9861275
Showing
2 changed files
with
6 additions
and
4 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 |
---|---|---|
|
@@ -4,14 +4,15 @@ version = "0.1.0" | |
authors = ["Frank Pagliughi <[email protected]>"] | ||
repository = "https://github.com/fpagliughi/rust-industrial-io" | ||
license = "MIT" | ||
keywords = ["linux", "embedded", "iio"] | ||
readme = "README.md" | ||
keywords = ["linux", "embedded", "analog", "iio"] | ||
categories = ["embedded", "hardware-support", "os", "os::unix-apis"] | ||
description = """ | ||
Linux Industrial I/O (IIO) Support | ||
""" | ||
|
||
[dependencies] | ||
libiio-sys = { path = "libiio-sys" } | ||
libiio-sys = { version = "0.1", path = "libiio-sys" } | ||
error-chain = "0.12" | ||
nix = "0.11" | ||
|
||
|
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 |
---|---|---|
|
@@ -3,11 +3,12 @@ name = "libiio-sys" | |
version = "0.1.0" | ||
authors = ["Frank Pagliughi <[email protected]>"] | ||
repository = "https://github.com/fpagliughi/rust-industrial-io" | ||
description = "Native, unsafe, bindings to the libiio library" | ||
homepage = "https://github.com/fpagliughi/rust-industrial-io" | ||
description = "Native, unsafe, bindings to the Linux libiio library" | ||
license = "MIT" | ||
links = "iio" | ||
build = "build.rs" | ||
keywords = ["linux", "embedded", "iio"] | ||
keywords = ["linux", "embedded", "analog", "iio"] | ||
categories = ["embedded", "hardware-support", "os", "os::unix-apis"] | ||
|
||
[dependencies] |