mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2026-01-25 17:16:11 +00:00
14 lines
272 B
TOML
14 lines
272 B
TOML
[package]
|
|
name = "example"
|
|
version = "0.1.0"
|
|
authors = ["biluohc <biluohc@qq.com>"]
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.ip2region]
|
|
path = "../"
|
|
# git = "https://github.com/lionsoul2014/ip2region"
|
|
# git = "https://github.com/biluohc/ip2region"
|
|
version = "*"
|
|
features = ["lazy"]
|