aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 42f4f4bb33bca546c92ea6933b6018e9c21514a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "dyndns"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrayref = "0.3.6"
inwx = { version = "0.1.0", git = "https://github.com/HimbeerserverDE/inwx-rs.git" }
preferred-ip = { version = "0.1.0", git = "https://github.com/HimbeerserverDE/preferred-ip.git" }