Rust implementation of OCI Distribution Spec with granular access control
at main 3 lines 83 B view raw
1pub(crate) fn get_build_info() -> String { 2 env!("GRAIN_VERSION").to_string() 3}