kensho/Cargo.toml

16 lines
352 B
TOML
Raw Normal View History

2023-06-03 19:59:08 +00:00
[package]
name = "watershed"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-07-15 12:47:57 +00:00
anyhow = "1.0.71"
chrono = "0.4.26"
env_logger = "0.10.0"
html2md = "0.2.14"
megalodon = "0.8.3"
rss = "2.0.4"
tokio = { version = "1.28.2", features = ["default", "full"] }