UpliftGames / wally

Wally is a modern package manager for Roblox projects inspired by Cargo
https://wally.run
Mozilla Public License 2.0
317 stars 102 forks source link

Update to Manifest Format section in README.md #175

Open Aizakkuz opened 1 year ago

Aizakkuz commented 1 year ago

This additional information felt necessary because not everyone might be familiar with the term 'manifest file' in the context of a package manager. Providing some background information could help solidify that understanding even further.

Before delving into this background information, the concept felt entirely new to me. It wasn't until I recently began reading The Rust Programming Language Book from cover to cover that many pieces of the puzzle began to fall into place.

While there's this source that provides a general description of a 'manifest file,' it doesn't delve into wally.toml's connection to Rust, and the Cargo package manager. Linking everything back to Rust and Cargo seems quite fitting.