We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99705e5 commit 42f57c1Copy full SHA for 42f57c1
1 file changed
Cargo.toml
@@ -2,11 +2,16 @@
2
name = "tauri-plugin-python"
3
version = "0.2.1"
4
authors = [ "Marco Mengelkoch" ]
5
-description = ""
+description = "A tauri 2 plugin to use python code in the backend."
6
+keywords = ["rust", "python", "tauri", "gui"]
7
edition = "2021"
8
rust-version = "1.77.2"
9
exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
10
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
15
16
[dependencies]
17
tauri = { version = "2" }
0 commit comments