updating cargo pckg name n version

This commit is contained in:
rafaelsideguide
2024-08-15 10:11:27 -03:00
parent 697501cc8a
commit 81066cf90a
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
[package]
name = "firecrawl_rs"
name = "firecrawl"
author="Mendable.ai"
version = "0.1.1"
version = "0.1.0"
edition = "2021"
license = "GPL-2.0-or-later"
homepage = "https://www.firecrawl.dev/"
@@ -11,7 +11,7 @@ authors = ["sanix-darker <sanixdk@gmail.com>"]
[lib]
path = "src/lib.rs"
name = "firecrawl_rs"
name = "firecrawl"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]