···66readme = "README.md"
77license = "MIT"
88description = "cmprss - a compression multi-tool for the CLI"
99-repository = "https://github.com/patricksjackson/cmprss"
1010-homepage = "https://github.com/patricksjackson/cmprss"
99+repository = "https://github.com/arcuru/cmprss"
1010+homepage = "https://github.com/arcuru/cmprss"
11111212# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313
+1-1
README.md
···81818282Test coverage can be measured using `cargo llvm-cov report` and `cargo tarpaulin`.
83838484-## @patricksjackson
8484+## @arcuru
85858686I am the only developer on this right now, and I usually develop by committing directly to the `main` branch.
8787For larger features I _may_ go through a PR to run CI and to have some more easily discoverable documentation of a specific feature.