We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93778aa commit edad6c2Copy full SHA for edad6c2
Cargo.toml
@@ -1,7 +1,12 @@
1
[package]
2
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])"]
5
version = "0.1.0"
6
edition = "2021"
7
+readme = "README.md"
8
+repository = "https://github.com/dreadnode/robopages-cli"
9
+homepage = "https://github.com/dreadnode/robopages"
10
11
[dependencies]
12
actix-cors = "0.7.0"
0 commit comments