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 11[package ]
22edition = " 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+ ]
47build = " build.rs"
58categories = [
69 " command-line-utilities" ,
@@ -9,7 +12,7 @@ categories = [
912 " no-std" ,
1013]
1114description = " Generate Rust register maps (`struct`s) from SVD files"
12- documentation = " https://github.com/japaric/svd2rust# svd2rust"
15+ documentation = " https://docs.rs/ svd2rust"
1316keywords = [
1417 " arm" ,
1518 " cortex-m" ,
@@ -19,8 +22,9 @@ keywords = [
1922]
2023license = " MIT OR Apache-2.0"
2124name = " svd2rust"
22- repository = " https://github.com/japaric /svd2rust"
25+ repository = " https://github.com/rust-embedded /svd2rust/ "
2326version = " 0.15.0"
27+ readme = " README.md"
2428
2529[[bin ]]
2630doc = false
You can’t perform that action at this time.
0 commit comments