mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
17 lines
438 B
TOML
17 lines
438 B
TOML
[package]
|
|
name = "searcher"
|
|
default-run = "searcher"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
rust-version = "1.89.0"
|
|
description = "Rust binding example for ip2region"
|
|
license = "Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ip2region = { path = "../ip2region" }
|
|
clap = { version = "4.5", features = ["derive", "env"] }
|
|
tracing-subscriber = "0.3"
|
|
tracing = "0.1"
|