Documentation
1
2
3
4
5
use cargo_flatpak::NAME;

fn main() {
    println!("Hello, {NAME}");
}