File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ edition = "2018"
10
10
description = " CAN DBC code-gen for embedded Rust"
11
11
license = " MIT OR Apache-2.0"
12
12
readme = " README.md"
13
+ repository = " https://github.com/technocreatives/dbc-codegen"
14
+ homepage = " https://github.com/technocreatives/dbc-codegen"
13
15
14
16
[dependencies ]
15
17
can-dbc = " 3.0.2"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dbc-codegen-cli"
3
3
version = " 0.1.0"
4
- authors = [" Pascal Hertleif <pascal@technocreatives.com>" ]
4
+ authors = [
5
+ " Pascal Hertleif <pascal@technocreatives.com>" ,
6
+ " Marcel Buesing <buesing.marcel@googlemail.com>" ,
7
+ " Andres Vahter <andres@vahter.me>" ,
8
+ ]
5
9
edition = " 2018"
10
+ description = " CLI for CAN DBC codegen"
11
+ license = " MIT OR Apache-2.0"
12
+ readme = " ../README.md"
13
+ repository = " https://github.com/technocreatives/dbc-codegen"
14
+ homepage = " https://github.com/technocreatives/dbc-codegen"
6
15
7
16
[dependencies ]
8
17
heck = " 0.3.1"
9
18
structopt = " 0.3.20"
10
19
exitcode = " 1.1.2"
11
- dbc-codegen = { path = " .." }
20
+ dbc-codegen = { version = " 0.1 " , path = " .." }
12
21
13
22
[[bin ]]
14
23
name = " dbc-codegen"
You can’t perform that action at this time.
0 commit comments