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 1
1
[package ]
2
2
edition = " 2018"
3
- authors = [" Jorge Aparicio <jorge@japaric.io>" ]
3
+ authors = [
4
+ " The ToolsTeam <tools@teams.rust-embedded.org>" ,
5
+ " Jorge Aparicio <jorge@japaric.io>" ,
6
+ ]
4
7
build = " build.rs"
5
8
categories = [
6
9
" command-line-utilities" ,
@@ -9,7 +12,7 @@ categories = [
9
12
" no-std" ,
10
13
]
11
14
description = " Generate Rust register maps (`struct`s) from SVD files"
12
- documentation = " https://github.com/japaric/svd2rust# svd2rust"
15
+ documentation = " https://docs.rs/ svd2rust"
13
16
keywords = [
14
17
" arm" ,
15
18
" cortex-m" ,
@@ -19,8 +22,9 @@ keywords = [
19
22
]
20
23
license = " MIT OR Apache-2.0"
21
24
name = " svd2rust"
22
- repository = " https://github.com/japaric /svd2rust"
25
+ repository = " https://github.com/rust-embedded /svd2rust/ "
23
26
version = " 0.15.0"
27
+ readme = " README.md"
24
28
25
29
[[bin ]]
26
30
doc = false
You can’t perform that action at this time.
0 commit comments