Skip to content

Commit 60c5235

Browse files
committed
Fix README on crates.io
1 parent df76c5a commit 60c5235

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.1.0"
1010
edition = "2021"
1111
authors = ["TryParse Contributors"]
1212
license = "Apache-2.0"
13-
repository = "https://github.com/microagents/radkit"
13+
repository = "https://github.com/microagents/tryparse"
1414
readme = "README.md"
1515
keywords = ["json", "parser", "llm", "serde", "lenient"]
1616
rust-version = "1.70"

tryparse/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors.workspace = true
66
description = "Multi-strategy parser for messy real-world data. Handles broken JSON, markdown wrappers, and type mismatches."
77
license.workspace = true
88
repository.workspace = true
9+
readme = "../README.md"
910
keywords = ["parsing", "json", "llm", "flexible", "coercion"]
1011
categories = ["parsing", "text-processing", "development-tools"]
1112
rust-version.workspace = true

0 commit comments

Comments
 (0)