Skip to content

Commit 3e7f62e

Browse files
committed
Add LICENSE and README
Also document manifest.
1 parent d1e4dff commit 3e7f62e

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

Cargo.toml

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ name = "avr-libc"
33
version = "0.1.0"
44
authors = ["Dylan McKay <[email protected]>"]
55

6+
description = """
7+
Rust bindings to avr-libc.
8+
"""
9+
10+
license = "MIT"
11+
# readme = "README.md"
12+
repository = "https://github.com/avr-rust/libc"
13+
14+
keywords = ["avr", "libc", "arduino", "avr-gcc"]
15+
616
[build-dependencies]
717
bindgen = "0.31"
818
avr-mcu = "0.2"

LICENSE

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The MIT License (MIT)
2+
Copyright (c) 2017 Dylan McKay
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9+

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# avr-libc
2+
3+
Bindings to avr-libc.
4+

0 commit comments

Comments
 (0)