weim 0.2.0

Because tauri can't get my location in some cases, I made it that can help you get yourself location from your webbrowser.
Documentation
[dependencies.chrono]
version = "0.4.42"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tiny_http]
version = "0.12.0"

[lib]
name = "weim"
path = "src/lib.rs"

[package]
authors = ["boggle200 <myminjea@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Because tauri can't get my location in some cases, I made it that can help you get yourself location from your webbrowser."
edition = "2024"
license = "MIT"
name = "weim"
readme = "README.md"
repository = "https://github.com/boggle200/weim"
version = "0.2.0"