summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-03-01 02:29:03 +0100
committerpml68 <contact@pml68.dev>2025-03-01 02:29:03 +0100
commit13ec2282c914c076ff50ddc44bee1feeb7983ae8 (patch)
tree4623cd5c3c917004c0b45c0912f10773fa838b51 /src/config.rs
parentci: add step for running tests (diff)
downloadiced-builder-13ec2282c914c076ff50ddc44bee1feeb7983ae8.tar.gz
refactor: make config an `Arc<Config>` in `App`
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 975437f..1da1239 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -1,3 +1,6 @@
+// (c) 2022-2024 Cory Forsstrom, Casper Rogild Storm, Calvin Lee, Andrew Baldwin, Reza Alizadeh Majd
+// (c) 2024-2025 Polesznyák Márk László
+
use std::path::PathBuf;
use serde::Deserialize;