conditional compile for executable

This commit is contained in:
2025-08-19 00:06:38 -04:00
parent 84688c4062
commit 95fbadfc09
4 changed files with 10 additions and 10 deletions

View File

@@ -11,6 +11,10 @@ license = "Apache-2.0"
keywords = ["hash", "console", "cli", "stream"]
categories = ["command-line-utilities", "development-tools"]
[features]
default = ["nobin"]
nobin = []
[lints.rust]
unsafe_code = "forbid"