minimal config file parsing

This commit is contained in:
sigil-03 2025-01-12 22:40:08 -07:00
parent b4e5967845
commit 8fda9c2c3e
8 changed files with 153 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "recipe"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0.215", features = ["derive"] }
toml = "0.8.19"