You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
601 B
TOML
27 lines
601 B
TOML
[package]
|
|
name = "nor"
|
|
description = "nostr client in rust"
|
|
version = "0.0.1"
|
|
authors = ["syui <syui@syui.cf>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
seahorse = "*"
|
|
dotenv = "0.15"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
serde = "*"
|
|
config = { git = "https://github.com/mehcode/config-rs", branch = "master" }
|
|
shellexpand = "*"
|
|
curl = "*"
|
|
image = "*"
|
|
os_type = "2.4"
|
|
toml = "*"
|
|
futures = "0.3.5"
|
|
url = { version = "2.0", features = ["serde"] }
|
|
anyhow = "1"
|
|
nostr = "*"
|
|
tungstenite = { version = "0.17", features = ["rustls-tls-webpki-roots"]}
|
|
nostr-sdk = "*"
|
|
tokio = { version = "*", features = ["full"] }
|