[package] name = "qr-rs-common" version = "0.1.0" edition = "2021" description = "Some utility functions for the qr-rs project." license = "GPL-3.0" repository = "https://github.com/AntoniosBarotsis/qr-rs" readme = "README.md" include = ["src", "logo.png"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.38" reqwest = { version = "0.11", features = ["blocking"] } qr-rs-lib = { version = "0.1.0", path = "../lib" }