[package] name = "wayfinder-dns" description = "The minimal, blazing-fast Dynamic DNS CLI tool." keywords = ["CLI", "DNS", "Dynamic", "Godaddy"] version = "0.1.1" edition = "2021" authors = ["Coombszy "] repository = "https://github.com/Coombszy/wayfinder" license = "MIT" [[bin]] name = "wayfinder" path = "src/main.rs" [dependencies] clap = { version = "4.1.4", features = ["derive", "env"] } tokio = { version = "1.25.0", features = ["full"] } thiserror = "1.0.38" log = "0.4.17" simplelog = "0.12.0" wayfinder-shared = "0.1.0" wayfinder-godaddy = "0.1.0"