Skip to content

Commit

Permalink
Add missing Cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Dec 10, 2019
1 parent 0f2e78b commit be4cf29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ version = "0.1.0"
authors = ["marcelbuesing <[email protected]>"]
edition = "2018"
license = "BSD-3-Clause"
description = "A common application of ISO-TP or ISO 15762-2 is for example Unified Diagnostic Services (UDS) used in automotive ECUs for diagnostics."
readme = "README.md"
homepage = "https://github.com/marcelbuesing/socketcan-isotp"
repository = "https://github.com/marcelbuesing/socketcan-isotp.git"
keywords = ["can", "socketcan", "iso-tp", "isotp", "iso-15762-2"]

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
bitflags = "1.2"
Expand Down

0 comments on commit be4cf29

Please sign in to comment.