Skip to content

Commit

Permalink
chore: add repo link to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
golota60 committed Jan 17, 2024
1 parent ac16a3f commit 39126d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions oxytail-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "oxytail-base"
description = "Building block for creating oxytail themes"
documentation = "https://docs.rs/oxytail-base/latest/oxytail_base"
repository = "https://github.com/golota60/oxytail"
keywords = ["floem", "gui", "floem-themes", "daisyui", "widgets"]
categories = ["gui"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions oxytail-theme-dark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "oxytail-theme-dark"
description = "Dark theme for oxytail-base"
documentation = "https://docs.rs/oxytail-theme-dark/latest/oxytail_theme_dark"
repository = "https://github.com/golota60/oxytail"
keywords = ["floem", "gui", "floem-themes", "daisyui", "widgets"]
categories = ["gui"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions oxytail-theme-defaults/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "oxytail-theme-defaults"
description = "A set of uncolored sane defaults for creating simple themes."
documentation = "https://docs.rs/oxytail-theme-defaults/latest/oxytail_theme_defaults"
repository = "https://github.com/golota60/oxytail"
keywords = ["floem", "gui", "floem-themes", "daisyui", "widgets"]
categories = ["gui"]
license = "MIT"
Expand Down

0 comments on commit 39126d4

Please sign in to comment.