added market->bazaar

This commit is contained in:
TotallyNot 2024-01-22 16:38:49 +01:00
parent c6e19918d0
commit 97385ec6ca
5 changed files with 122 additions and 2 deletions

View file

@ -10,6 +10,9 @@ pub mod user;
#[cfg(feature = "faction")]
pub mod faction;
#[cfg(feature = "market")]
pub mod market;
#[cfg(feature = "torn")]
pub mod torn;