Files
kumomta/crates/run-lua-tests/Cargo.toml
T
Wez Furlong f85094282f migrate run-lua-test to rust
At least one of our supported platforms doesn't have a new enough
python to run the python version, let's just use rust for this.
2025-08-13 07:09:53 +01:00

13 lines
279 B
TOML

[package]
name = "run-lua-tests"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow.workspace = true
filenamegen.workspace = true
futures-util.workspace = true
nix = {workspace=true, features=["user"]}
tempfile.workspace = true
tokio = {workspace=true, features=["full"]}