[package]
name = "link-cli"
version = "0.2.6"
edition = "2021"
description = "A CLI tool and reusable library for links manipulation backed by a LiNo-notation doublet storage engine."
license = "Unlicense"
repository = "https://github.com/link-foundation/link-cli"
documentation = "https://docs.rs/link-cli"
homepage = "https://github.com/link-foundation/link-cli"
readme = "README.md"
authors = ["link-foundation"]
keywords = ["links", "doublets", "cli", "database"]
categories = ["command-line-utilities", "database", "data-structures"]
[lib]
name = "link_cli"
path = "src/lib.rs"
[[bin]]
name = "clink"
path = "src/main.rs"
[dependencies]
thiserror = "2.0.18"
anyhow = "1.0.102"
doublets = "0.3.0"
links-notation = "0.13.0"
lino-arguments = "0.3.0"
[dev-dependencies]
tempfile = "3.27.0"