Skip to main content

vs_installer/
receipt.rs

1//! Installation receipt persistence helpers.
2
3use vs_plugin_api::InstalledRuntime;
4
5/// Metadata persisted after a successful install.
6pub type InstallReceipt = InstalledRuntime;