File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " sysfs-pwm"
33version = " 0.2.0"
4- authors = [" Rust Embedded WG Linux Team <embedded-linux@teams.rust-embedded.org>" ,
5- " Paul Osborne <osbpau@gmail.com>" ]
4+ authors = [
5+ " Rust Embedded WG Linux Team <embedded-linux@teams.rust-embedded.org>" ,
6+ " Paul Osborne <osbpau@gmail.com>"
7+ ]
68license = " MIT/Apache-2.0"
9+ repository = " https://github.com/rust-embedded/rust-sysfs-pwm"
710homepage = " https://github.com/rust-embedded/rust-sysfs-pwm"
8- documentation = " https://docs.rs/rust- sysfs-pwm"
11+ documentation = " https://docs.rs/sysfs-pwm"
912description = """
1013Provides access to the Linux sysfs interfaces to PWMs.
1114Via this crate you can export, unexport, and control PWM pins for
1215which there is an appropriate driver loaded in the kernel.
1316
1417See https://www.kernel.org/doc/Documentation/pwm.txt
1518"""
19+ readme = " README.md"
1620
1721[dependencies ]
You can’t perform that action at this time.
0 commit comments