chore: Add description

This commit is contained in:
Keisuke Hirata 2026-01-10 22:55:55 +09:00
parent 71433b867e
commit 1fd7a4c698
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[package] [package]
name = "llm-worker-macros" name = "llm-worker-macros"
description = "llm-worker's proc macros"
version = "0.2.0" version = "0.2.0"
publish.workspace = true publish.workspace = true
edition.workspace = true edition.workspace = true

View File

@ -1,6 +1,6 @@
[package] [package]
name = "llm-worker" name = "llm-worker"
description = "" description = "A library for building autonomous LLM-powered systems"
version = "0.2.0" version = "0.2.0"
publish.workspace = true publish.workspace = true
edition.workspace = true edition.workspace = true