circomspect_program_analysis/
config.rs

1use program_structure::ast::Version;
2
3pub const COMPILER_VERSION: Version = (2, 1, 4);
4pub const DEFAULT_LEVEL: &str = "WARNING";
5pub const DEFAULT_CURVE: &str = "BN254";