[]
= "patch-prolog-runtime"
= true
= true
= true
= true
= "Runtime library for patch-prolog2 compiled binaries"
[]
# The crates.io package is `patch-prolog-runtime`, but the lib name MUST stay
# `plg_runtime` so the staticlib artifact is `libplg_runtime.a` — the name the
# compiler's build.rs locates and embeds via include_bytes!.
= "plg_runtime"
= ["staticlib", "rlib"] # staticlib for LLVM linking, rlib for testing
# IMPORTANT: every dependency added here ships inside every compiled
# Prolog binary. No clap, no serde — JSON output is hand-rolled.
[]
= { = "../shared", = "=0.2.0", = "patch-prolog-shared" }