hn-without-comment/Cargo.toml

23 lines
353 B
TOML
Raw Normal View History

2023-08-27 22:06:09 +01:00
[package]
name = "hn-rss"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = "0.11"
rss = "2.0"
regex = "1.5"
worker = "0.0.18"
2023-08-28 10:41:43 +01:00
chrono = "0.4.26"
[target.wasm32-unknown-unknown.dependencies]
2023-08-27 22:06:09 +01:00
getrandom = { version = "0.2", features = ["js"] }
[lib]
crate-type = ["cdylib", "rlib"]
[profile.release]
lto = true
strip = true
codegen-units = 1