kensho/Cargo.toml

15 lines
352 B
TOML

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