link-cli 0.2.6

A CLI tool and reusable library for links manipulation backed by a LiNo-notation doublet storage engine.
Documentation
[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"
# Issue 67 Rust basis crates:
# Source: http://github.com/linksplatform/doublets-rs
doublets = "0.3.0"
# Source: http://github.com/link-foundation/links-notation
links-notation = "0.13.0"
# Source: http://github.com/link-foundation/lino-arguments
lino-arguments = "0.3.0"

[dev-dependencies]
tempfile = "3.27.0"