shuttle-builder 0.57.0

Docker build recipes for the Shuttle platform (shuttle.dev)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "shuttle-builder"
version = "0.57.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Docker build recipes for the Shuttle platform (shuttle.dev)"
homepage = "https://www.shuttle.dev"

[dependencies]
shuttle-common = { workspace = true, features = ["models"] }

askama = { workspace = true }

[dev-dependencies]
pretty_assertions = { workspace = true }