[package] name = "tcbinfo-updater" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true readme.workspace = true repository.workspace = true homepage.workspace = true authors.workspace = true [dependencies] quoted-string = "0.6.1" reqwest.workspace = true serde_json.workspace = true cw-client = { path = "../cw-client", default-features = false } bincode = {version = "1.3.3"}