Files
mrdeploy/Cargo.toml
2023-06-25 14:41:26 +02:00

16 lines
322 B
TOML

[package]
name = "mrdeployer"
version = "0.1.0"
edition = "2021"
[dependencies]
docker-api = "*"
bollard = "0.11"
futures = "0.3"
tokio = { version = "1", features = ["full"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
]