Crate cairo_lang_project

Source
Expand description

Cairo project specification. For example, crates and flags used for compilation.

Structs§

AllCratesConfig
Additional configurations for all crates.
ProjectConfig
Cairo project config, including its file content and metadata about the file. This file is expected to be at a root of a crate and specify the crate name and location and of its dependency crates.
ProjectConfigContent
Contents of a Cairo project config file.

Enums§

DeserializationError

Constants§

PROJECT_FILE_NAME