--- /dev/null
+[package]
+name = "asd"
+version = "0.1.0"
+authors = ["Greg Burri <greg.burri@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
--- /dev/null
+// API Reference: https://api.gandi.net/docs/livedns/
+// Some inspiration: https://github.com/rmarchant/gandi-ddns/blob/master/gandi_ddns.py
+
+
+fn main() {
+ println!("Hello, world!");
+}
+
+fn get_real_ip() {
+
+}
+
+fn get_current_record_ip() {
+
+}
+
+fn update_record_ip() {
+
+}