[[bin]]
name = "rustag"
path = "src/main.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4.31"
[dependencies.dialoguer]
features = ["fuzzy-select"]
version = "0.11.0"
[dependencies.postcard]
features = ["alloc"]
version = "1.0.8"
[dependencies.serde]
features = ["serde_derive"]
version = "1.0.193"
[dependencies.shellexpand]
version = "3.1.0"
[package]
authors = ["Axect <ax2ct@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Rustag, a Rust-built command-line tool for bookmarking directories with custom aliases and fuzzy search."
edition = "2021"
keywords = ["cli", "bookmark", "directory", "fuzzy", "fuzzy-search"]
license = "MIT OR Apache-2.0"
name = "rustag"
readme = "README.md"
repository = "https://github.com/Axect/Rustag"
version = "0.2.1"