Files
mrdeploy/Cargo.toml
2023-09-25 18:30:14 +02:00

21 lines
402 B
TOML

[package]
name = "mrdeployer"
version = "0.1.0"
edition = "2021"
[dependencies]
bollard = "0.14"
futures = "0.3"
tokio = { version = "1", features = ["full"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }
actix-web = "4"
env_logger = "*"
derive_more = "*"
log = "*"
serde = "*"
fallible-iterator = "*"
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
]