this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: adding basic cargo info

+10 -3
+1 -1
Cargo.lock
··· 4 4 5 5 [[package]] 6 6 name = "cmprss" 7 - version = "0.1.0" 7 + version = "0.0.1"
+7 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cmprss" 3 - version = "0.1.0" 3 + version = "0.0.1" 4 4 edition = "2021" 5 + authors = ["Patrick Jackson <patrick@jackson.dev>"] 6 + readme = "README.md" 7 + license = "MIT" 8 + description = "(UNIMPLEMENTED) cmprss - a compression tool for the CLI" 9 + repository = "https://github.com/patricksjackson/cmprss" 10 + homepage = "https://github.com/patricksjackson/cmprss" 5 11 6 12 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 13
+2 -1
README.md
··· 1 1 # cmprss 2 - A compression tool for the CLI 2 + 3 + (UNIMPLEMENTED) A compression tool for the CLI