MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / manifest_path

Method manifest_path

crates/cargo-lambda-metadata/src/cargo/build.rs:132–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

130
131impl Build {
132 pub fn manifest_path(&self) -> PathBuf {
133 self.cargo_opts
134 .manifest_path
135 .clone()
136 .unwrap_or_else(|| "Cargo.toml".into())
137 }
138
139 pub fn output_format(&self) -> &OutputFormat {
140 self.output_format.as_ref().unwrap_or(&OutputFormat::Binary)

Callers 1

load_metadataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected