Skip to content

Commit

Permalink
chore: Update tauri-plugin-system-info dependencies and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Jun 6, 2024
1 parent f04a2db commit 38d291d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "tauri-plugin-system-info"
version = "2.0.0-beta.0"
authors = [ "You" ]
description = ""
authors = ["You"]
edition = "2021"
rust-version = "1.70"
exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
links = "tauri-plugin-system-info"
description = "A tauri plugin for retrieving system info"
license = "MIT"
repository = "https://github.com/HuakunShen/tauri-plugin-system-info"

[dependencies]
tauri = { version = "2.0.0-beta.19" }
Expand Down

0 comments on commit 38d291d

Please sign in to comment.