auto-timezone-tool 0.1.0

A tool to set a timezone based on your public IP address
[[bin]]
name = "auto-timezone-tool"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11.5"

[dependencies.log]
version = "0.4.22"

[dependencies.public-ip-address]
features = ["encryption", "blocking"]
version = "0.3.2"

[package]
authors = ["Sean Outram <outramsean0@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tool to set a timezone based on your public IP address"
edition = "2021"
homepage = "https://codeberg.org/devramsean0/auto-timezone-update-tool"
license = "MIT"
name = "auto-timezone-tool"
readme = "README.md"
repository = "https://codeberg.org/devramsean0/auto-timezone-update-tool.git"
version = "0.1.0"