We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bac961 commit 6f6ab76Copy full SHA for 6f6ab76
Cargo.toml
@@ -1,7 +1,9 @@
1
[package]
2
name = "tauri-plugin-nosleep"
3
+metadata = "tauri-plugin"
4
version = "2.0.0-beta.1"
5
authors = [ "Peter Evers <pevers90@gmail.com>" ]
6
+license = "MIT"
7
description = "Tauri plugin to prevent the power save functionality in the OS"
8
edition = "2021"
9
rust-version = "1.70"
examples/tauri-app/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"productName": "tauri-app",
"version": "0.0.0",
- "identifier": "peter.dev",
+ "identifier": "nosleep.dev",
"build": {
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build",
0 commit comments