From ac7c1e621652792bbed617e74aa41270a709e64e Mon Sep 17 00:00:00 2001 From: Awiteb Date: Thu, 8 May 2025 12:31:55 +0000 Subject: [PATCH] chore: Add MSRV Signed-off-by: Awiteb --- Cargo.toml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9fabb43..be15d0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,15 @@ [package] -name = "n34" -description = "A CLI to interact with NIP-34 and other stuff related to codes in nostr" -version = "0.0.0" -edition = "2024" -license = "GPL-3.0-or-later" -authors = ["Awiteb "] -readme = "README.md" -repository = "https://git.4rs.nl/awiteb/n34" -keywords = ["nostr", "NIP-34", "CLI"] -categories = ["command-line-utilities"] +name = "n34" +description = "A CLI to interact with NIP-34 and other stuff related to codes in nostr" +version = "0.0.0" +edition = "2024" +license = "GPL-3.0-or-later" +authors = ["Awiteb "] +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"] }