Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | Remove `github-suggestion/Cargo.lock` | Teddy Wing | |
This is subsumed into `Cargo.lock` and doesn't do anything any more. | |||
2020-08-01 | Move library to a separate crate | Teddy 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. |