[package] name = "droplet" version = "0.1.14" edition = "2021" description = "A simple utility to assist small organizations/groups in distributing a service across multiple machines" repository = "https://github.com/SaphiraKai/droplet" homepage = "https://github.com/SaphiraKai/droplet" license = "MIT" keywords = ["hosting", "service", "freedns", "sync", "minecraft-server"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" chrono = "0.4" clap = { version = "4.4", features = ["derive"] } lazy_static = "1.4" reqwest = { version = "0.11", features = ["blocking"] } toml = "0.8"