Skip to content

Commit

Permalink
Minor tweaks to the Cargo.toml files for publishing the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Nov 22, 2018
1 parent e8c094a commit 9861275
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 3 additions & 2 deletions libiio-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 9861275

Please sign in to comment.