Skip to content

Commit 23ae367

Browse files
committed
[FIX] core: add readme attribute for crates.io to use and bump up version for that sole reason
1 parent a366307 commit 23ae367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "seedframe"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT"
66
description = "A clean, macro driven Rust library for building LLM apps"
77
repository = "https://Shifta-Robel/SeedFrame"
8+
readme = "../README.md"
89

910
[dependencies]
1011
async-trait = "0.1.86"

0 commit comments

Comments
 (0)