remove_background/Cargo.toml

11 lines
272 B
TOML
Raw Normal View History

2026-01-21 21:14:29 +00:00
[package]
edition = "2024"
name = "remove_background"
version = "0.1.0"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
image = "0.25"
reqwest = { version = "0.13", features = ["blocking"] }
show-image = { version = "0.14", features = ["image"] }