blob: dc8ff05ca05d90e93c4ab77602052e9a19cbc619 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
rust_i18n::i18n!("resources/locales/jvn", fallback = "en");
// --- LIBS ---
/// Utils
pub mod utils;
/// Data
pub mod data;
/// Json Format
pub mod legacy_json_output;
/// Systems
pub mod systems;
// --- ASSETS ---
/// Commands
pub mod cmds;
/// Command Data
pub mod arguments;
pub mod inputs;
pub mod outputs;
/// Result Renderers
pub mod renderers;
|