From 04e94cdb20dc806a6393b0f2bb4eb5d8cc06d535 Mon Sep 17 00:00:00 2001 From: sanix-darker Date: Fri, 12 Jul 2024 13:15:24 +0200 Subject: [PATCH] chore: update cargo.toml file by adding more elements --- apps/rust-sdk/Cargo.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/apps/rust-sdk/Cargo.toml b/apps/rust-sdk/Cargo.toml index 4175f1df..1cf98418 100644 --- a/apps/rust-sdk/Cargo.toml +++ b/apps/rust-sdk/Cargo.toml @@ -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 "] + +[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]