bitmask-cli 0.1.0

A CLI tool for manipulating individual bits using commands like SET, CLEAR, TOGGLE, CHECK.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bitmask-cli"
version = "0.1.0"
edition = "2021"
authors = ["prodev - goforprodev@gmail.com"]
description = "A CLI tool for manipulating individual bits using commands like SET, CLEAR, TOGGLE, CHECK."
license = "MIT"
readme = "README.md"
repository = "https://github.com/theolodocoder/bitmask-cli"
categories = ["command-line-utilities"]
keywords = ["cli", "bitmask", "bitwise", "binary", "tools"]

[dependencies]
clap = { version = "4", features = ["derive"] }