Skip to content

Commit cd0c7c9

Browse files
committed
fix: use local READMEs for crates
1 parent bc68771 commit cd0c7c9

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

crates/lance-context-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Lance Devs <dev@lancedb.com>"]
77
repository = "https://github.com/lancedb/lance-context"
8-
readme = "../../README.md"
8+
readme = "README.md"
99
description = "Multimodal, versioned context storage for agentic workflows"
1010
keywords = ["context", "multimodal", "lance", "agents", "storage"]
1111
categories = ["database", "data-structures", "science"]

crates/lance-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
authors = ["Lance Devs <dev@lancedb.com>"]
77
repository = "https://github.com/lancedb/lance-context"
88
description = "Public re-export crate for lance-context bindings"
9-
readme = "../../README.md"
9+
readme = "README.md"
1010

1111
[dependencies]
1212
lance-context-core = { path = "../lance-context-core" }

crates/lance-context/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# lance-context
2+
3+
This crate is a light wrapper around `lance-context-core` that re-exports the public API for downstream Rust consumers and the Python bindings build. It carries no additional logic beyond the re-export.

0 commit comments

Comments
 (0)