use serde::{Deserialize, Serialize}; #[derive(Serialize, Deserialize)] pub struct CreateProjectDto { pub name: String, }