1 2 3 4 5
use fusion_common::meta; fn main() { println!("name: {}, version: {}", meta::NAME, meta::VERSION); }