blob: 3d6fd565437edc0e925a26aae560a0ba374eb5fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "yaxpeax-rx"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-rx/"
description = "Renesas RX decoders for the yaxpeax project"
readme = "README.md"
edition = "2021"
[dependencies]
yaxpeax-arch = { version = "0.2.7", default-features = false, features = [] }
"num-traits" = { version = "0.2", default-features = false }
|