oracle / railcar

RailCar: Rust implementation of the Open Containers Initiative oci-runtime
Other
1.12k stars 101 forks source link

Adding cargo lock #44

Open spacekookie opened 5 years ago

spacekookie commented 5 years ago

This PR adds a Cargo.lock file to the repository.

This is recommended behaviour according to the official Cargo documentation:

If you’re building a library that other packages will depend on, put Cargo.lock in your .gitignore. If you’re building an executable like a command-line tool or an application, check Cargo.lock into git

This change also means the easy building of a NixOS package

spacekookie commented 5 years ago

Any news?