muele/red/Cargo.toml

18 lines
412 B
TOML
Raw Normal View History

2022-10-16 13:44:43 +00:00
[package]
name = "red"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.2.1"
euclid = "0.22.7"
futures = "0.3.24"
2022-11-26 23:35:19 +00:00
gilrs = "0.10.1"
2022-10-21 10:05:27 +00:00
lazy_static = "1.4.0"
regex = "1.6.0"
2022-10-16 13:44:43 +00:00
tokio = { version = "1.21.0", features = ["full"] }
tokio-serial = "5.4.3"
tokio-util = { version = "0.7.4", features = ["codec"] }