summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2021-04-13feat: support Python projectsLars Wirzenius1-0/+1
2021-04-05Set version to 0.5.0v0.5.0Lars Wirzenius1-1/+1
2021-04-05Set version to 0.4.0v0.4.0Lars Wirzenius1-1/+1
2021-04-05Set version to 0.3.0v0.3.0Lars Wirzenius1-1/+1
2021-04-05chore: update Cargo.toml with more metadata fieldsLars Wirzenius1-0/+4
2021-04-05Set version to 0.2.0v0.2.0Lars Wirzenius1-1/+1
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius1-0/+3
2021-03-28feat: create git tag for releaseLars Wirzenius1-1/+4
2021-03-28chore: add dependencies to Cargo.tomlLars Wirzenius1-0/+6
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.
2021-03-21feat: initial commitLars Wirzenius1-0/+9