Skip to content

Commit

Permalink
Add binary target for 'no' in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
metamethods committed Jan 3, 2024
1 parent 39e9151 commit 953933f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -11,6 +11,10 @@ readme = "README.md"
keywords = ["unix", "no"]
authors = ["metamethods <[email protected]>"]

[[bin]]
name = "no"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit 953933f

Please sign in to comment.