luaupm 0.1.0-beta.1

The Luau package manager: dependencies, tools and scripts for Luau and Roblox projects
1
2
3
4
5
6
7
8
9
10
// Nothing dispatches these yet, and CI runs clippy with -D warnings, so the
// stub needs this until something does.
#[allow(dead_code)]
pub enum Hooks {
    PreInstall,
    PostInstall,
    PreBuild,
    Build,
    PostBuild,
}