Skip to content

Commit 673c50a

Browse files
committed
cargo: update package metadata
Signed-off-by: Paul Osborne <[email protected]>
1 parent f76f083 commit 673c50a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
name = "gpio-utils"
33
version = "0.1.0"
44
authors = ["Paul Osborne <[email protected]>"]
5+
license = "MIT/Apache-2.0"
6+
readme = "README.md"
7+
homepage = "https://github.com/rust-embedded/gpio-utils"
8+
keywords = ["gpio", "linux", "sysfs_gpoi", "cli", "command-line"]
9+
description = """
10+
Command-line utilities for interacting with GPIOs under Linux
11+
12+
This wraps the `sysfs_gpio` crate in a form usable by both
13+
Rust applications or any other applications.
14+
"""
515

616
[dependencies]
717
clap = "2.2"

0 commit comments

Comments
 (0)