OpenAsar/Cargo.toml

15 lines
289 B
TOML

[package]
name = "OpenAsar"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nostr-sdk = "0.20.1"
tokio = { version = "1", features = ["full"] }
[[bin]]
name = "OpenAsar"
path = "main.rs"