14 lines
No EOL
315 B
TOML
14 lines
No EOL
315 B
TOML
[package]
|
|
name = "garden_server"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = [ "rt-multi-thread", "macros" ]}
|
|
tokio-macros = "2.6.0"
|
|
warp = { version = "0.4.2", features = [ "server" ] }
|
|
bytes = "1"
|
|
chrono = "0.4"
|
|
chrono-tz = "0.10"
|
|
notify-debouncer-full = "0.6"
|
|
rss = "2" |