this repo has no description
0
fork

Configure Feed

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

build: declare MSRV of 1.88 in Cargo.toml

+1
+1
Cargo.toml
··· 2 2 name = "cmprss" 3 3 version = "0.3.0" 4 4 edition = "2024" 5 + rust-version = "1.88" 5 6 authors = ["Patrick Jackson <patrick@jackson.dev>"] 6 7 readme = "README.md" 7 8 license = "AGPL-3.0-or-later"