mindflow 0.1.2

A command line client for Mindflow
1
2
3
4
5
6
use serde::{Serialize, Deserialize};

#[derive(Serialize, Deserialize, Debug)]
pub struct ErrorResponse {
    pub msg: String,
}