lesavka/testing/Cargo.toml

24 lines
636 B
TOML

[package]
name = "lesavka_testing"
version = "0.1.0"
edition = "2024"
publish = false
[lib]
name = "lesavka_testing"
path = "src/lib.rs"
[dev-dependencies]
evdev = "0.13"
libc = "0.2"
lesavka_client = { path = "../client" }
lesavka_common = { path = "../common" }
lesavka_server = { path = "../server" }
chacha20poly1305 = "0.10"
gstreamer = { version = "0.23", features = ["v1_22"] }
serial_test = { workspace = true }
temp-env = { workspace = true }
tempfile = { workspace = true }
tokio = { version = "1.45", features = ["full", "macros", "rt-multi-thread", "sync", "time"] }
tonic = { version = "0.13", features = ["transport"] }