prepare for publishing
This commit is contained in:
parent
195733ff39
commit
2390da4e54
8 changed files with 36 additions and 22 deletions
|
|
@ -2,7 +2,7 @@ use std::collections::BTreeMap;
|
|||
|
||||
use serde::Deserialize;
|
||||
|
||||
use macros::ApiCategory;
|
||||
use torn_api_macros::ApiCategory;
|
||||
|
||||
#[derive(Debug, Clone, Copy, ApiCategory)]
|
||||
#[api(category = "faction")]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ use serde::{
|
|||
Deserialize, Deserializer,
|
||||
};
|
||||
|
||||
use macros::ApiCategory;
|
||||
use torn_api_macros::ApiCategory;
|
||||
|
||||
use super::de_util;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue