From be4cf29a9c23fa64a71b9b9b6d1508dc86d0a74b Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Tue, 10 Dec 2019 15:03:04 +0100 Subject: [PATCH] Add missing Cargo metadata --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index af67186..a5c61ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,14 @@ version = "0.1.0" authors = ["marcelbuesing "] 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"