ivre / masscanned

Let's be scanned. A low-interaction honeypot focused on network scanners and bots. It integrates very well with IVRE to build a self-hosted alternative to GreyNoise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include Cargo.lock

Unactived opened this issue · comments

Per Cargo.toml vs Cargo.lock and Why do binaries have Cargo.lock in version control, but not libraries?, as the project is an end binary it's recommended to include Cargo.lock so exact working build dependencies are shared.

Currently Cargo.lock is in .gitignore, is that temporary?

Maybe it could be included in releases and releases only.