aboutsummaryrefslogtreecommitdiff
path: root/src/dyndns_service.rs
diff options
context:
space:
mode:
authorGus Power <gus@infinitesidequests.com>2025-05-12 16:52:10 +0100
committerGus Power <gus@infinitesidequests.com>2025-05-12 16:52:10 +0100
commit87c3219c0e6c7f374cf117eb1990dd41e196710a (patch)
treec05007b36409b2a2867b4d0d2ec3bd6f2b587bcd /src/dyndns_service.rs
parent65746b829b8247ab366182ea028dc1eb0d21522a (diff)
start on gandi template
Diffstat (limited to 'src/dyndns_service.rs')
-rw-r--r--src/dyndns_service.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dyndns_service.rs b/src/dyndns_service.rs
index caa163d..7c903e0 100644
--- a/src/dyndns_service.rs
+++ b/src/dyndns_service.rs
@@ -1,3 +1,5 @@
+mod gandi;
+
use reqwest::ClientBuilder;
use std::error::Error;