shuttle-common 0.44.0

Common library for the shuttle platform (https://www.shuttle.rs/)
Documentation
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

#[derive(Deserialize, Serialize)]
pub struct ProjectResponse {
    pub project_name: String,
    pub account_name: String,
    pub user_id: String,
}