Skip to content

Commit

Permalink
update Cargo.toml metadata for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sdedovic committed Feb 15, 2022
1 parent bf72788 commit 2fe5401
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ authors = ["stevan <stevan@dedovic.com>"]
readme = "README.md"
homepage = "https://github.com/sdedovic/svgview"
repository = "https://github.com/sdedovic/svgview"
license = ""
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["cli", "svg", "gui", "graphical", "minimal"]
categories = ["visualization", "rendering", "multimedia", "gui", "development-tools"]
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 2fe5401

Please sign in to comment.