portaki-cli 6.3.0

Portaki module CLI (portaki) — init, build, lint, test, and OCI publish
1
2
3
4
5
6
7
// Cargo only sets `OUT_DIR` for a crate that has a build script, and that is where the SDK
// macros write the emissions `portaki build` assembles into the manifest. Without this file
// there is no manifest, whatever the sources declare.
fn main() {
    println!("cargo:rerun-if-changed=src/");
    println!("cargo:rerun-if-changed=i18n/");
}