summaryrefslogtreecommitdiff
path: root/src/environment.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/environment.rs
parentci: add step for running tests (diff)
downloadiced-builder-13ec2282c914c076ff50ddc44bee1feeb7983ae8.tar.gz
refactor: make config an `Arc<Config>` in `App`
Diffstat (limited to '')
-rw-r--r--src/environment.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/environment.rs b/src/environment.rs
index 70953a0..8efc425 100644
--- a/src/environment.rs
+++ b/src/environment.rs
@@ -1,3 +1,6 @@
+// (c) 2023-2025 Cory Forsstrom, Casper Rogild Storm
+// (c) 2024-2025 Polesznyák Márk László
+
use std::env;
use std::path::PathBuf;