Skip to content

Commit

Permalink
update authors & repository link in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtifChy committed May 30, 2024
1 parent d13cda8 commit e376a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name = "winrt-toast"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Harry Cheng <chengyuhui1@gmail.com>"]
authors = ["Harry Cheng <chengyuhui1@gmail.com>", "Atif Chowdhury <iftakhar.awal@gmail.com>"]
description = "A toast notification library for Windows 10 and 11."
keywords = ["notification", "windows", "toast", "notify"]
categories = ["os::windows-apis", "gui"]
repository = "https://github.com/chengyuhui/kdeconnect-rs/tree/main/winrt-toast"
repository = "https://github.com/AtifChy/winrt-toast.git"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit e376a79

Please sign in to comment.