File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
2- authors = [" Jorge Aparicio <jorge@japaric.io>" ]
2+ authors = [
3+ " Jorge Aparicio <jorge@japaric.io>" ,
4+ " The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>" ,
5+ ]
36categories = [" embedded" , " hardware-support" ]
47description = " Implementation of the `embedded-hal` traits for Linux devices"
58keywords = [" Linux" , " hal" ]
69license = " MIT OR Apache-2.0"
710name = " linux-embedded-hal"
8- repository = " https://github.com/japaric /linux-embedded-hal"
11+ repository = " https://github.com/rust-embedded /linux-embedded-hal"
912version = " 0.3.0"
13+ readme = " README.md"
1014
1115[features ]
1216gpio_sysfs = [" sysfs_gpio" ]
Original file line number Diff line number Diff line change 11Copyright (c) 2018 Jorge Aparicio
2+ Copyright (c) 2021 The Rust Embedded Linux Team <embedded-linux@teams.rust-embedded.org>
23
34Permission is hereby granted, free of charge, to any
45person obtaining a copy of this software and associated
You can’t perform that action at this time.
0 commit comments