We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70905ae commit 12b60cfCopy full SHA for 12b60cf
Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "sysfs_gpio"
3
version = "0.5.4"
4
-authors = ["Paul Osborne <osbpau@gmail.com>"]
+authors = [
5
+ "Paul Osborne <osbpau@gmail.com>",
6
+ "The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>",
7
+]
8
license = "MIT/Apache-2.0"
9
repository = "https://github.com/rust-embedded/rust-sysfs-gpio"
10
homepage = "https://github.com/rust-embedded/rust-sysfs-gpio"
LICENSE-MIT
@@ -1,6 +1,7 @@
The MIT License (MIT)
Copyright (c) 2015 Paul Osborne
+Copyright (c) 2021 The Rust Embedded Linux Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
0 commit comments