another.im-ios/rust/monal-html-parser/Cargo.toml
2024-11-18 15:53:52 +01:00

14 lines
297 B
TOML

[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"