hn-without-comment/Cargo.toml

19 lines
237 B
TOML
Raw Permalink Normal View History

2023-08-27 22:06:09 +01:00
[package]
name = "hn-rss"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-07-27 01:10:24 +01:00
reqwest = "0.12"
2023-08-27 22:06:09 +01:00
rss = "2.0"
regex = "1.5"
2024-07-27 01:10:24 +01:00
worker = "0.3.1"
2023-08-27 22:06:09 +01:00
[lib]
crate-type = ["cdylib", "rlib"]
[profile.release]
lto = true
strip = true
codegen-units = 1