this repo has no description
3
fork

Configure Feed

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

๐Ÿ”– Release v1.1.1

+2 -2
+1 -1
Cargo.lock
··· 1887 1887 1888 1888 [[package]] 1889 1889 name = "shapemaker" 1890 - version = "1.1.0" 1890 + version = "1.1.1" 1891 1891 dependencies = [ 1892 1892 "anyhow", 1893 1893 "backtrace",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "shapemaker" 3 - version = "1.1.0" 3 + version = "1.1.1" 4 4 edition = "2021" 5 5 include = ["/src"] 6 6 license = "AGPL-3.0"