[package]
name = "link-cli"
version = "0.2.9"
edition = "2021"
rust-version = "1.89"
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.20"
anyhow = "1.0.104"
doublets = "0.4.0"
links-notation = "0.16.1"
lino-arguments = "0.3.0"
[dev-dependencies]
tempfile = "3.27.0"