Documentation
¶
Index ¶
Constants ¶
View Source
const ( CARGO_TOML = "Cargo.toml" CARGO_LOCK = "Cargo.lock" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppMetadata ¶
type AppMetadata struct {
Package PackageMetadata `toml:"package"`
}
func ParseAppMetadata ¶
func ParseAppMetadata(appDir string) (AppMetadata, error)
type CommandRunner ¶
type CommandRunner struct {
}
type Config ¶
type Config struct {
Rustup struct {
Version string `yaml:"version"`
} `yaml:"rustup"`
Rust struct {
Version string `yaml:"version"`
} `yaml:"rust"`
}
func ParseConfig ¶
type PackageMetadata ¶
Click to show internal directories.
Click to hide internal directories.