Files
mrdeploy/Cargo.toml

23 lines
425 B
TOML

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