OpenAsar/Cargo.toml
|| Prof. - Xadk3! 9d7a050bb6 misc. updates
2023-04-14 07:00:03 +00:00

14 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"