chore: update deps by allowing bumps + add uuid

This commit is contained in:
sanix-darker
2024-07-11 16:47:44 +02:00
parent e24bbcc6eb
commit 3c49f0e055
3 changed files with 246 additions and 39 deletions
+9
View File
@@ -1 +1,10 @@
# Firecrawl Rust SDK
The Firecrawl Rust SDK is a library that allows you to easily scrape and crawl websites, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for interacting with the Firecrawl API.
# TODO...
## How to test
```rust
$ cargo run --example example
```