WIP: Config API
This commit is contained in:
parent
7b367daf38
commit
e3ec7e3b7d
5 changed files with 357 additions and 0 deletions
10
examples/config/Cargo.toml
Normal file
10
examples/config/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue