Skip to content

Commit

Permalink
Add json macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheroit committed Jul 10, 2024
1 parent dce304a commit 18412e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mantle/rbx_api/src/places/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pub mod models;
use std::{fs, path::PathBuf};

use reqwest::{header, Body, StatusCode};
use serde_json::json;

use crate::{
errors::{RobloxApiError, RobloxApiResult},
Expand Down

0 comments on commit 18412e3

Please sign in to comment.