wolt 0.1.0

A reqwest/tokio based api wrapper for Wolt
Documentation
1
2
3
4
5
6
7
use serde::Deserialize;

#[derive(Deserialize, Debug)]
pub struct ObjectReference {
    #[serde(rename = "$oid")]
    pub oid: String,
}