mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-08 11:38:56 +00:00
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.
13 lines
279 B
TOML
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"]}
|