zeenix / gps-share

Utility to share your GPS device on local network
GNU General Public License v2.0
67 stars 9 forks source link

Add Cargo.lock to VCS #30

Closed zeenix closed 3 years ago

zeenix commented 3 years ago

I generally hate putting generated files into the VCS but seems in this case that's the recommended way and things even break if you don't.

Fixes https://github.com/zeenix/gps-share/issues/29