dab 0.2.0

CLI tool for a Rustacean's everyday things
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.cargo_toml]
version = "0.11.5"

[package]
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
categories = ["Development tools"]
description = "CLI tool for a Rustacean's everyday things"
edition = "2021"
keywords = ["cli", "terminal", "rust"]
license = "Apache-2.0"
name = "dab"
readme = "README.md"
repository = "https://github.com/ohsayan/dab"
resolver = "2"
version = "0.2.0"