Skip to content

Commit

Permalink
chore(tauri): update tauri meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jul 12, 2024
1 parent 50a39a9 commit 6a7a14c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "grassator"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
description = "Secure, fast multi-process downloader"
authors = ["苏向夜 <[email protected]>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -20,4 +20,3 @@ tauri-plugin-shell = "2.0.0-beta"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = "0.12.5"

6 changes: 6 additions & 0 deletions src-tauri/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "grassator",
"private": true,
"version": "0.1.0",
"type": "module"
}

0 comments on commit 6a7a14c

Please sign in to comment.