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
9
/*!
Remote services: the HTTP wrapper, GitHub's REST API, the OAuth device flow
layered on them, and lpm's own registry API.
*/

pub mod auth;
pub mod github;
pub mod http;
pub mod registry;