tangled
alpha
login
or
join now
pierrelf.com
/
grain
0
fork
atom
Rust implementation of OCI Distribution Spec with granular access control
0
fork
atom
overview
issues
9
pulls
pipelines
grain
/
src
/
utils.rs
at
main
3 lines
83 B
view raw
wrap content
pierrelf.com
fix: embed build version via build.rs instead of relying on BUILD_VERSION env var
5w ago
89bd8ec2
1
pub
(
crate
)
fn
get_build_info
(
)
->
String
{
2
env!
(
"
GRAIN_VERSION
"
)
.
to_string
(
)
3
}