harlanc / xiu

A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
https://www.rustxiu.com
MIT License
1.61k stars 168 forks source link

cargo.lock: init file #26

Closed h7x4 closed 1 year ago

h7x4 commented 1 year ago

It would be nice if the Cargo.lock could be added to version control. This helps to reproduce builds more accurately. Several package managers depend on this to keep packages from breaking unexpectedly, and it is recommended that all endproducts, e.g. server daemons like xiu, keeps it in VCS

As it already says in the .gitignore:

https://github.com/harlanc/xiu/blob/7cd03d079a9ab0516875b5a6b3a7e6a3edee846d/.gitignore#L5-L7