Skip to content

Commit 7a9a0de

Browse files
authored
[CHORE] update readme
1 parent 23ae367 commit 7a9a0de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ Add to your `Cargo.toml`:
1919
```toml
2020
[dependencies]
2121
seedframe = "0.1"
22-
tokio = { version = "1.42.0", features = ["full"] }
22+
tokio = { version = "1.42", features = ["full"] }
23+
async-trait = "0.1"
2324
# If you'll be using Extractors or custom types as tool-call arguments
2425
schemars = "0.8.22"
25-
serde = { version = "1.0.217", features = ["derive"] }
26+
serde = { version = "1.0", features = ["derive"] }
27+
serde_json = "1.0"
28+
dashmap = "6.1"
2629
```
2730
## Usage
2831
This library is in early stages and its API is subject to change.

0 commit comments

Comments
 (0)