From 953933f6e4704589ed829498dcc80998e7c0533c Mon Sep 17 00:00:00 2001 From: metamethods Date: Wed, 3 Jan 2024 22:44:22 +0800 Subject: [PATCH] Add binary target for 'no' in Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b18fc7..aa0c5e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unix-no" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 0817dee..22ece7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unix-no" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "GPL-3.0" description = "Output a string repeatedly until killed." @@ -11,6 +11,10 @@ readme = "README.md" keywords = ["unix", "no"] authors = ["metamethods "] +[[bin]] +name = "no" +path = "src/main.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]