Skip to content

Commit

Permalink
Add Cargo metadata
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Pascal Hertleif committed Mar 18, 2021
1 parent 002380b commit 843c134
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ edition = "2018"
description = "CAN DBC code-gen for embedded Rust"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/technocreatives/dbc-codegen"
homepage = "https://github.com/technocreatives/dbc-codegen"

[dependencies]
can-dbc = "3.0.2"
Expand Down
13 changes: 11 additions & 2 deletions dbc-codegen-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
[package]
name = "dbc-codegen-cli"
version = "0.1.0"
authors = ["Pascal Hertleif <[email protected]>"]
authors = [
"Pascal Hertleif <[email protected]>",
"Marcel Buesing <[email protected]>",
"Andres Vahter <[email protected]>",
]
edition = "2018"
description = "CLI for CAN DBC codegen"
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/technocreatives/dbc-codegen"
homepage = "https://github.com/technocreatives/dbc-codegen"

[dependencies]
heck = "0.3.1"
structopt = "0.3.20"
exitcode = "1.1.2"
dbc-codegen = { path = ".." }
dbc-codegen = { version = "0.1", path = ".." }

[[bin]]
name = "dbc-codegen"
Expand Down

0 comments on commit 843c134

Please sign in to comment.