[package] name = "gossip" version = "0.3.0" description = "A social media client for nostr" authors = ["Mike Dilger "] license = "MIT" repository = "https://github.com/mikedilger/gossip" homepage = "https://github.com/mikedilger/gossip" default-run = "gossip" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tracing = "0.1" tracing-subscriber = "0.3"