-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
16 lines (15 loc) · 757 Bytes
/
Cargo.toml
File metadata and controls
16 lines (15 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ternary-tools"
version = "1.2.0" # v1.2-gguf-ascended → 1.2.0
edition = "2021"
license = "MIT"
description = "file(1) of the ternary age — balanced-ternary-aware GGUF inspector and debugger in Rust"
readme = "README.md"
repository = "https://github.com/ternary-singularity/ternary-tools"
homepage = "https://github.com/ternary-singularity/ternary-tools"
documentation = "https://github.com/ternary-singularity/ternary-tools" # or docs.rs later
keywords = ["gguf", "llm", "cli", "ternary", "quantization"]
categories = ["command-line-utilities", "development-tools"]
authors = ["Ternary Singularity <dev@ternary-singularity.org>"] # whatever you prefer
[dependencies]
clap = { version = "4", features = ["derive"] }