luaupm 0.2.0

The Luau package manager: dependencies, tools and scripts for Luau and Roblox projects
1
2
3
4
5
6
7
8
//! the files a project owns: manifest, lockfile, reading installed packages back, workspaces.

pub mod hooks;
pub mod lockfile;
pub mod manifest;
pub mod package;
pub mod requires;
pub mod workspace;