From 059591a1be6b887eaca9b114fdb5b350a65bae43 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Mon, 17 Feb 2025 19:50:55 +0100 Subject: implement basic config struct and example file --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index baa65b9..971df49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,5 @@ tui-input = "0.11.0" walkdir = "2.5.0" regex = "1.11.1" ureq = "2.12.1" +config = { version = "0.15.8", default-features = false, features = ["async", "async-trait", "convert-case", "convert_case", "toml"] } +serde = { version = "1.0.217", features = ["serde_derive"] } -- cgit v1.2.3