summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ef3c14dccf21e700d943ea89208b1454904464e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "istanco_ddns"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.70"
dns-lookup = "1.0.8"
dotenv = "0.15.0"
reqwest = { version = "0.11.16", features = ["cookies"] }
scraper = "0.16.0"
tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] }