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
//! The files a project owns: its manifest, its lockfile, and how an installed
//! package's own files are read back.

pub mod hooks;
pub mod lockfile;
pub mod manifest;
pub mod package;