[package] name = "liqr" version = "1.0.1" edition = "2021" license = "MIT" homepage = "https://liqr.vercel.app" repository = "https://github.com/Abhishek-More/liqr" readme = "README.md" keywords = ["live", "server", "QR", "development", "mobile"] categories =["command-line-utilities"] description = """ A lightweight CLI to generate QR codes for live servers """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0", features = ["derive"] } qr2term = "0.3.1" local-ip-address = "0.4.9"