[package] name = "chimg" version = "0.1.1" edition = "2021" authors = ["Anschel Schaffer-Cohen"] description = "A tool to upload images to Cohost's CDN" license = "MIT" repository = "https://github.com/anschelsc/chimg" readme = "README" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] eggbug = "0.2.0" tokio = {version = "1.29.1", features = ["rt", "macros"]} serde = "1.0.180" serde_json = "1.0.104" anyhow = "1.0.72"