Skip to content

Commit b088f1a

Browse files
committed
Fix: add lib.name = turboquant, update docs.rs URL
1 parent 8a4adaa commit b088f1a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ description = "TurboQuant KV-Cache Quantization — 3-bit compression with zero
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/SaschaOnTour/turboquant"
99
homepage = "https://github.com/SaschaOnTour/turboquant"
10-
documentation = "https://docs.rs/turboquant"
10+
documentation = "https://docs.rs/turboquant-rs"
1111
exclude = ["docs/*", ".github/*", ".claude/*"]
1212
readme = "README.md"
1313
keywords = ["quantization", "llm", "kv-cache", "inference", "compression"]
1414
categories = ["science", "algorithms", "compression"]
1515
rust-version = "1.75"
1616

17+
[lib]
18+
name = "turboquant"
19+
1720
[dependencies]
1821
half = "2"
1922
thiserror = "2"

0 commit comments

Comments
 (0)