Koucha/koucha/Cargo.toml
Julia Lange ac6e71eb62
db, add channel and feed; user.get_feeds
Adds the primary functionality for channel and feed

Also adds a function to user to get the feeds associated with a user.
2026-02-06 15:00:57 -08:00

10 lines
237 B
TOML

[package]
name = "koucha"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = "0.13.1"
tokio = { version = "1.49.0", features = ["full"] }
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "sqlite" ] }
chrono = "0.4.43"