Skip to content

Commit edad6c2

Browse files
committed
new: updated Cargo.toml
1 parent 93778aa commit edad6c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "robopages"
3+
description = "CLI and API server for Robopages, a YAML based files for describing tools to large language models (LLMs)"
4+
authors = ["Simone Margaritelli ([email protected])"]
35
version = "0.1.0"
46
edition = "2021"
7+
readme = "README.md"
8+
repository = "https://github.com/dreadnode/robopages-cli"
9+
homepage = "https://github.com/dreadnode/robopages"
510

611
[dependencies]
712
actix-cors = "0.7.0"

0 commit comments

Comments
 (0)