[package] name = "checkip" version = "0.1.0" authors = ["Junichi Kakisako "] description = "Remote ip checker." readme = "README.md" homepage = "https://github.com/kironono/checkip" repository = "https://github.com/kironono/checkip" license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "3.3.2" clap = "2.34.0"