chore: Add MSRV

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-08 12:31:55 +00:00
parent 5139f8ea11
commit ac7c1e6216

View File

@@ -9,6 +9,7 @@ readme = "README.md"
repository = "https://git.4rs.nl/awiteb/n34"
keywords = ["nostr", "NIP-34", "CLI"]
categories = ["command-line-utilities"]
rust-version = "1.85.1"
[dependencies]
clap = { version = "4.5.37", features = ["derive"] }