Extract config into cove-config crate

This commit is contained in:
Joscha 2023-04-20 14:11:32 +02:00
parent 288a5f97dd
commit 5b5370d2df
9 changed files with 37 additions and 15 deletions

8
cove-config/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "cove-config"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
serde = { version = "1.0.159", features = ["derive"] }
toml = "0.7.3"