aboutsummaryrefslogtreecommitdiffstats
path: root/github-suggestion/Cargo.toml
AgeCommit message (Collapse)Author
2020-08-06Increase version v0.0.1 -> v0.1.0v0.1.0Teddy Wing
2020-08-01Move library to a separate crateTeddy Wing
Keep the binaries in the root crate, and add a new crate for the `github-suggestion` library. I want to add some library code to the CLI programs to extract common functionality between the different binaries.