Skip to content

Commit a64f9fc

Browse files
committed
Improve metadata
1 parent c85cef1 commit a64f9fc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
[package]
22
name = "sysfs-pwm"
33
version = "0.2.0"
4-
authors = ["Rust Embedded WG Linux Team <[email protected]>",
5-
"Paul Osborne <[email protected]>"]
4+
authors = [
5+
"Rust Embedded WG Linux Team <[email protected]>",
6+
"Paul Osborne <[email protected]>"
7+
]
68
license = "MIT/Apache-2.0"
9+
repository = "https://github.com/rust-embedded/rust-sysfs-pwm"
710
homepage = "https://github.com/rust-embedded/rust-sysfs-pwm"
8-
documentation = "https://docs.rs/rust-sysfs-pwm"
11+
documentation = "https://docs.rs/sysfs-pwm"
912
description = """
1013
Provides access to the Linux sysfs interfaces to PWMs.
1114
Via this crate you can export, unexport, and control PWM pins for
1215
which there is an appropriate driver loaded in the kernel.
1316
1417
See https://www.kernel.org/doc/Documentation/pwm.txt
1518
"""
19+
readme = "README.md"
1620

1721
[dependencies]

0 commit comments

Comments
 (0)