Struct cargo::core::manifest::Profiles
[−]
[src]
pub struct Profiles {
pub release: Profile,
pub dev: Profile,
pub test: Profile,
pub bench: Profile,
pub doc: Profile,
pub custom_build: Profile,
}Fields
release | |
dev | |
test | |
bench | |
doc | |
custom_build |