nixpacks 1.3.0

Generate an OCI compliant image based off app source
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod app;
pub mod builder;
pub mod environment;
mod files;
pub mod images;
pub mod logger;
pub mod nix;
pub mod plan;
#[macro_use]
pub mod static_assets;

pub const NIX_PACKS_VERSION: &str = env!("CARGO_PKG_VERSION");