summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius1-4/+1457
2021-03-28feat: create git tag for releaseLars Wirzenius1-4/+290
2021-03-28chore: add dependencies to Cargo.tomlLars Wirzenius1-0/+149
Also, drop Cargo.lock from .gitignore, as we don't want someone to randomly get different version when they build from source. We'll be updating the lock file for every release.