Skip to content

Commit

Permalink
chore(release): release rs/pytauri-plugin-notification/v0.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WSH032 committed Dec 21, 2024
1 parent 3ac1b9e commit 2443c73
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions crates/pytauri-plugin-notification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
authors = { workspace = true }
description = "tauri-plugin-notification binding for PyTauri"


[package.metadata.docs.rs]
# See: https://docs.rs/about/metadata
all-features = true
# NOTE: `--cfg docsrs` is necessary,
# otherwise some tauri dependencies will require linking to system libraries
# that are not available in the `docs.rs` environment.
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]


[dependencies]
tauri = { workspace = true }
Expand Down

0 comments on commit 2443c73

Please sign in to comment.