changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/tenex/models/ipapi/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 0abefe2a369b
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "ipapi"
3 version = "0.1.0"
4 edition = "2021"
5 [lib]
6 name = "ipapi"
7 path = "lib.rs"
8 [dependencies]
9 log = "0.4"
10 reqwest = { version = "0.11", features = ["json"] }
11 serde_json = "1.0.116"