summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: aeff99b4008a2f9e8f92a466dda88480fe6231f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "rspsxserial"
version = "0.0.0"
authors = ["Xavier Del Campo <xavi92psx@gmail.com>"]

[dependencies]
serial = "0.4.0"
regex = "1"
lazy_static = "1.2.0"