nmd_core/
constants.rs

1pub const VERSION: Option<&str> = option_env!("CARGO_PKG_VERSION");
2
3pub const DOSSIER_CONFIGURATION_YAML_FILE_NAME: &str = "nmd.yml";
4pub const DOSSIER_CONFIGURATION_JSON_FILE_NAME: &str = "nmd.json";
5
6pub const NMD_EXTENSION: &str = "nmd";