hn-without-comment/Cargo.toml

23 lines
353 B
TOML

[package]
name = "hn-rss"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = "0.11"
rss = "2.0"
regex = "1.5"
worker = "0.0.18"
chrono = "0.4.26"
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["js"] }
[lib]
crate-type = ["cdylib", "rlib"]
[profile.release]
lto = true
strip = true
codegen-units = 1