From 55b7b07c544a430feec3156a75c2ec4ccd845d31 Mon Sep 17 00:00:00 2001 From: Mac Malone Date: Wed, 27 Mar 2024 22:35:02 -0400 Subject: [PATCH] feat: lake: alternative TOML config (#3298) Adds an alternative TOML configuration format to Lake. * Uses TOML v1.0.0 and is fully specification compliant (tested via [toml-test v1.4.0](https://github.com/toml-lang/toml-test/tree/v1.4.0)). * Supports package configuration options, Lean libraries, Lean executables, and dependencies. * TOML configurations can be generated for new projects via `lake new|init