another.im-ios/rust/monal-html-parser/Cargo.toml

14 lines
297 B
TOML
Raw Normal View History

2024-11-18 14:53:52 +00:00
[package]
name = "monal-html-parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["staticlib", "lib"]
[dependencies]
clap = {version = "4.5.21", features = ["derive"]}
scraper = "0.21.0"