Create profile page

This commit is contained in:
2024-11-04 17:15:55 -05:00
parent 833393cb3a
commit ef5576ab3f
6 changed files with 373 additions and 2 deletions

View File

@ -4,7 +4,7 @@ use serde::{Serialize, Deserialize};
/// Holds information about an artist
///
/// Intended to be used in the front-end
#[derive(Serialize, Deserialize)]
#[derive(Clone, Serialize, Deserialize)]
pub struct ArtistData {
/// Artist id
pub id: i32,