fn main() {
println!(
"aphrodite-hermes v{} — dylib installed for Hermes plugin.",
env!("CARGO_PKG_VERSION")
);
#[cfg(target_os = "macos")]
eprintln!("dylib: {}/libaphrodite_hermes.dylib", env!("CARGO_MANIFEST_DIR"));
println!("Run 'aphrodite setup' to complete the installation.");
}