chore: embed build time information with shadow-rs

This commit is contained in:
2026-05-06 19:24:13 -04:00
parent 906ddec843
commit bb51f1cc63
4 changed files with 102 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ mod user_data;
mod vc_user;
capnp::generated_code!(mod bot_capnp);
capnp::generated_code!(mod user_capnp);
shadow_rs::shadow!(build_info);
pub use bot_data::BotDataManager;
pub use command::{Router as CommandRouter, State, all as all_commands};