24 lines
No EOL
717 B
TOML
24 lines
No EOL
717 B
TOML
[package]
|
|
name = "cloudflare-ddns"
|
|
version = "0.1.5"
|
|
authors = ["Rostislav Raykov <z@zbrox.org>"]
|
|
edition = "2018"
|
|
description = "A simple CLI tool to use Cloudflare's free DDNS service"
|
|
repository = "git@github.com:zbrox/cloudflare-ddns.git"
|
|
homepage = "https://github.com/zbrox/cloudflare-ddns"
|
|
keywords = ["cloudflare", "ddns", "cli"]
|
|
categories = ["command-line-utilities"]
|
|
license = "MIT"
|
|
documentation = "https://github.com/zbrox/cloudflare-ddns"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
quicli = "0.4"
|
|
structopt = "0.3.1"
|
|
reqwest="0.9.20"
|
|
serde = "1.0.101"
|
|
serde_json = "1.0.40"
|
|
exitcode = "1.1.2"
|
|
human-panic = "1.0.1"
|
|
failure = "0.1.5" |