8 lines
212 B
TOML
8 lines
212 B
TOML
[project]
|
|
name = "CANveyor"
|
|
version = "0.0.1"
|
|
description = "J1939 CAN bus parser that works in pair with CANdigger"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = ["polars", "pathlib", "typing"]
|