mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 16:16:03 +08:00
chore: update cargo.toml file by adding more elements
This commit is contained in:
parent
404aeb3daa
commit
04e94cdb20
@ -1,7 +1,17 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "firecrawl-rs"
|
name = "firecrawl_rs"
|
||||||
|
author="Mendable.ai"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user