This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
megafarp/Cargo.toml

12 lines
304 B
TOML
Raw Normal View History

2023-08-06 18:42:26 +01:00
[package]
name = "megafarp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.19", features = ["derive"] }
png = "0.11.0"
reqwest = { version = "0.11.18", features = ["blocking"] }