OpenAsar/Cargo.toml

15 lines
289 B
TOML
Raw Permalink Normal View History

2023-04-13 13:26:10 +00:00
[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]
2023-04-14 07:00:03 +00:00
nostr-sdk = "0.20.1"
tokio = { version = "1", features = ["full"] }
2023-04-13 13:26:10 +00:00
[[bin]]
name = "OpenAsar"
path = "main.rs"