diff --git a/Cargo.toml b/Cargo.toml index a96243a..65306ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "automotive_diag" version = "0.1.10" -description = "Core definitions for various Automotive ECU Diagnostics such as UDS ISO-14229, KWP2000, OBD-II, etc." +description = "Unified Diagnostic Services/UDS (ISO-14229-1), KWP2000 (ISO-142330) and OBD-II (ISO-9141) definitions to communicate with the road vehicle ECUs in Rust." authors = ["Yuri Astrakhan ", "Ashcon Mohseninia "] repository = "https://github.com/nyurik/automotive_diag" edition = "2021"