mokeyish / smartdns-rs

A cross platform local DNS server (Dnsmasq like) written in rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoQ, DoH, DoH3.
GNU General Public License v3.0
549 stars 38 forks source link

Add Cargo lock #273

Closed oluceps closed 3 months ago

oluceps commented 3 months ago

Remove Cargo.lock from gitignore if creating an executable, leave it for libraries More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html See https://github.com/mokeyish/smartdns-rs/blob/a39b98325dfd341984e3b4a33baeec6ee8c3deb6/.gitignore#L9

typo fixes.

mokeyish commented 3 months ago

thanks, before submitting, you can execute just fmt and just clippy