[[bin]]
name = "hlg"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.29"
[dependencies.config-file]
version = "0.2.3"
[dependencies.edit]
version = "0.1.5"
[dependencies.prompted]
version = "0.2.8"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.shellexpand]
version = "3.1.0"
[lib]
name = "hlg"
path = "src/lib.rs"
[package]
authors = ["Ishe Chinyoka <hlg@access-computing.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "HLG, or HI, Let's Go!, is a powerful bookmark manager to keep track of your favorites both on the filesystem and the web."
documentation = "https://hlg.access-computing.com/"
edition = "2024"
homepage = "https://hlg.access-computing.com/"
keywords = ["Bookmarking", "Favorites", "hlg", "bookmark-manager", "Let-us-go"]
license = "MIT"
name = "hlg"
readme = "README.md"
version = "1.0.1"