Skip to content

Commit 910e640

Browse files
committed
add missing info to Cargo.toml, add license
1 parent ac943d2 commit 910e640

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ authors = ["Edwin Svensson <[email protected]>"]
66
homepage = "https://github.com/olback/stm32h5xx-hal"
77
repository = "https://github.com/olback/stm32h5xx-hal"
88
readme = "README.md"
9+
rust-version = "1.65"
10+
categories = ["embedded", "hardware-support", "no-std"]
11+
description = "Hardware Abstraction Layer implementation for STM32H5 series microcontrollers"
12+
keywords = ["arm", "cortex-m", "stm32h5xx", "hal", "embedded-hal"]
13+
license = "0BSD"
914

1015
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1116

LICENSE-0BSD.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2019 Edwin Svensson
2+
3+
Permission to use, copy, modify, and/or distribute this software for any
4+
purpose with or without fee is hereby granted.
5+
6+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
7+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
8+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
9+
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
11+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
12+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13+

0 commit comments

Comments
 (0)