add description and license to Cargo.toml

DreamingCodes committed Mar 23, 2025 at 12:25 UTC d6554416bc19a226d5855102a85dccfec835671d
1 file changed +2 -1
Cargo.toml
+2 -1
@@ -2,7 +2,8 @@
2 name = "tauri-plugin-admob"
3 version = "0.0.4"
4 authors = [ "You" ]
5 -description = ""
5 +description = "Tauri Plugin admob"
6 +license = "MIT"
7 edition = "2021"
8 rust-version = "1.70"
9 exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]