little modification

This commit is contained in:
Julian Freeman
2025-12-01 07:24:35 -04:00
parent 075ceef486
commit 7541190a43
6 changed files with 24 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "rest-client"
name = "LiteRequest"
version = "0.1.0"
description = "A Tauri App"
description = "A Simple REST API Client"
authors = ["you"]
edition = "2021"
@@ -11,7 +11,7 @@ edition = "2021"
# The `_lib` suffix may seem redundant but it is necessary
# to make the lib name unique and wouldn't conflict with the bin name.
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
name = "rest_client_lib"
name = "lite_request_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]