Skip to content

Commit 843c134

Browse files
author
Pascal Hertleif
committed
Add Cargo metadata
[ci skip]
1 parent 002380b commit 843c134

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ edition = "2018"
1010
description = "CAN DBC code-gen for embedded Rust"
1111
license = "MIT OR Apache-2.0"
1212
readme = "README.md"
13+
repository = "https://github.com/technocreatives/dbc-codegen"
14+
homepage = "https://github.com/technocreatives/dbc-codegen"
1315

1416
[dependencies]
1517
can-dbc = "3.0.2"

dbc-codegen-cli/Cargo.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
[package]
22
name = "dbc-codegen-cli"
33
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+
]
59
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"
615

716
[dependencies]
817
heck = "0.3.1"
918
structopt = "0.3.20"
1019
exitcode = "1.1.2"
11-
dbc-codegen = { path = ".." }
20+
dbc-codegen = { version = "0.1", path = ".." }
1221

1322
[[bin]]
1423
name = "dbc-codegen"

0 commit comments

Comments
 (0)