Implement Nexus integration #54

Merged
lucas merged 15 commits from feat/nexus into master 2023-03-15 21:43:37 +01:00
Showing only changes of commit 1c470b51f8 - Show all commits

View file

@ -21,6 +21,7 @@ pub enum ModStatus {
#[derive(Copy, Clone, Debug, Deserialize)]
pub enum EndorseStatus {
Endorsed,
Undecided,
}