File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 88 "repo_url" : " https://github.com/Rust-Nigeria/website" ,
99 "banner" : " https://opengraph.githubassets.com/1/Rust-Nigeria/website" ,
1010 "tags" : [" leptos" ]
11+ },
12+ {
13+ "repo_url" : " https://github.com/mahmudsudo/rate_rs" ,
14+ "banner" : " https://opengraph.githubassets.com/1/mahmudsudo/rate_rs" ,
15+ "tags" : [" crate" ]
1116 }
1217]
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ pub enum ProjectTags {
1010 Ai ,
1111 Blockchain ,
1212 Leptos ,
13+ Crate
1314}
1415
1516impl fmt:: Display for ProjectTags {
@@ -19,6 +20,7 @@ impl fmt::Display for ProjectTags {
1920 ProjectTags :: Ai => "AI" ,
2021 ProjectTags :: Blockchain => "Blockchain" ,
2122 ProjectTags :: Leptos => "Leptos" ,
23+ ProjectTags :: Crate => "Crate" ,
2224 } ;
2325 write ! ( f, "{}" , s)
2426 }
You can’t perform that action at this time.
0 commit comments