xbp 10.57.0

XBP is a zero-config build pack that can also interact with proxies, kafka, sockets, synthetic monitors.
Documentation
1
2
3
4
5
6
7
8
9
//! Project detection — re-exported from shared `xbp-build`.
//!
//! Single implementation for CLI, daemon, and other workspace crates.

pub use xbp_build::{
    infer_project_name, infer_target, recommended_runtime, CargoTomlInfo,
    DeploymentRecommendations, PackageJsonInfo, ProjectDetector, ProjectHint, ProjectRuntime,
    ProjectType,
};