mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
16 lines
419 B
TOML
16 lines
419 B
TOML
[package]
|
|
name = "countdown-bot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
futures-util = { workspace = true }
|
|
nostr = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
sprout-sdk = { path = "../../crates/sprout-sdk" }
|
|
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "time", "signal"] }
|
|
tokio-tungstenite = { workspace = true }
|
|
url = { workspace = true }
|