WIP: Config API

This commit is contained in:
Jeremy Soller 2023-03-05 10:44:04 -07:00
parent 7b367daf38
commit e3ec7e3b7d
5 changed files with 357 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "config"
version = "0.1.0"
authors = []
edition = "2021"
publish = false
[dependencies]
cosmic-config = { path = "../../cosmic-config" }
ron = "0.8.0"