added key->info selection

This commit is contained in:
TotallyNot 2023-01-26 21:05:27 +01:00
parent 9e0ba8b65d
commit cff93d4c3d
5 changed files with 265 additions and 2 deletions

View file

@ -12,6 +12,9 @@ pub mod faction;
#[cfg(feature = "torn")]
pub mod torn;
#[cfg(feature = "key")]
pub mod key;
#[cfg(feature = "awc")]
pub mod awc;