chore: update cargo.toml file by adding more elements

This commit is contained in:
sanix-darker 2024-07-12 13:15:24 +02:00
parent 404aeb3daa
commit 04e94cdb20
No known key found for this signature in database
GPG Key ID: 02BD1EB7C7D57CD3
1 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,17 @@
[package]
name = "firecrawl-rs"
name = "firecrawl_rs"
author="Mendable.ai"
version = "0.1.0"
edition = "2021"
license = "MIT"
homepage = "https://www.firecrawl.dev/"
repository ="https://github.com/mendableai/firecrawl"
description = "Rust SDK for Firecrawl API."
authors = ["sanix-darker <sanixdk@gmail.com>"]
[lib]
path = "src/lib.rs"
name = "firecrawl_rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]