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 23ae367 commit 7a9a0deCopy full SHA for 7a9a0de
README.md
@@ -19,10 +19,13 @@ Add to your `Cargo.toml`:
19
```toml
20
[dependencies]
21
seedframe = "0.1"
22
-tokio = { version = "1.42.0", features = ["full"] }
+tokio = { version = "1.42", features = ["full"] }
23
+async-trait = "0.1"
24
# If you'll be using Extractors or custom types as tool-call arguments
25
schemars = "0.8.22"
-serde = { version = "1.0.217", features = ["derive"] }
26
+serde = { version = "1.0", features = ["derive"] }
27
+serde_json = "1.0"
28
+dashmap = "6.1"
29
```
30
## Usage
31
This library is in early stages and its API is subject to change.
0 commit comments