Skip to main content

Crate propel_core

Crate propel_core 

Source
Expand description

Core types and configuration for propel.

This crate defines the propel.toml schema (PropelConfig), project metadata (ProjectMeta), and shared error types.

Re-exports§

pub use config::BuildConfig;
pub use config::CloudRunConfig;
pub use config::ProjectConfig;
pub use config::PropelConfig;
pub use error::Error;
pub use error::Result;
pub use project::ProjectMeta;

Modules§

config
error
project