mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
18 lines
418 B
TOML
18 lines
418 B
TOML
[package]
|
|
name = "chorus"
|
|
version = "0.1.0"
|
|
description = "A personal relay for nostr"
|
|
authors = ["Mike Dilger <mike@mikedilger.com>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/mikedilger/chorus"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
env_logger = "0.10"
|
|
lazy_static = "1.4"
|
|
log = "0.4"
|
|
ron = "0.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "1.0"
|
|
tokio = { version = "1", features = [ "full" ] }
|