-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f2e78b
commit be4cf29
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|