Skip to content

Commit 42f57c1

Browse files
committed
updated cargo.toml
1 parent 99705e5 commit 42f57c1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
name = "tauri-plugin-python"
33
version = "0.2.1"
44
authors = [ "Marco Mengelkoch" ]
5-
description = ""
5+
description = "A tauri 2 plugin to use python code in the backend."
6+
keywords = ["rust", "python", "tauri", "gui"]
67
edition = "2021"
78
rust-version = "1.77.2"
89
exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
910
links = "tauri-plugin-python"
11+
license = "MIT"
12+
license-file = "LICENSE"
13+
homepage = https://github.com/marcomq/tauri-plugin-python
14+
repository = https://github.com/marcomq/tauri-plugin-python
1015

1116
[dependencies]
1217
tauri = { version = "2" }

0 commit comments

Comments
 (0)