Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wildan Mubarok
cookbook
Repository
574b17f843aa1a7ff1c8f80ae1780344d175c574
Select Git revision
0 results
cookbook
Cargo.toml
Find file
Blame
Permalink
Forked from
redox-os / cookbook
Source project has a limited visibility.
1 year ago
91f885bd
Remove sha256 support
· 91f885bd
bjorn3
authored
1 year ago
Sha256 is slower than blake3 and all recipes use blake3 now.
91f885bd
History
Remove sha256 support
bjorn3
authored
1 year ago
Sha256 is slower than blake3 and all recipes use blake3 now.
This project manages its dependencies using
Cargo
.
Learn more