dbc_parser 0.1.0

dbc_parser is a library for parsing DBC messages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dbc_parser"
version = "0.1.0"
authors = ["Kevin Herro kvherro@gmail.com"]
edition = "2021"
rust-version = "1.70.0"
description = "dbc_parser is a library for parsing DBC messages"
repository = "https://github.com/kevherro/dbc_parser"
license-file = "LICENSE.txt"
keywords = ["dbc", "can", "parser-library"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prost = "0.11.9"