]> code.octet-stream.net Git - m17rt/blob - m17core/Cargo.toml
Spruce up the high-level API for specifying addresses for transmission
[m17rt] / m17core / Cargo.toml
1 [package]
2 name = "m17core"
3 version = "0.1.0"
4 edition = "2021"
5 keywords = ["amateur", "radio", "m17", "ham", "no_std"]
6 license = "MIT"
7 authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
8 repository = "https://code.octet-stream.net/m17rt"
9 description = "M17 digital radio - core protocol definitions, modem, TNC, and KISS"
10 homepage = "https://octet-stream.net/p/m17rt/"
11 readme = "README.md"
12
13 [dependencies]
14 cai_golay = "0.1.1"
15 crc = "3.2.1"
16 log = "0.4.22"