diff --git a/Cargo.toml b/Cargo.toml index a685801..ea298b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,16 @@ [package] name = "legion_prof_viewer" version = "0.1.0" -authors = ["Elliott Slaughter ", "Adam Siwiec "] +authors = ["Elliott Slaughter "] +description = "Profiler UI frontend component for Legion Prof" +documentation = "https://github.com/StanfordLegion/prof-viewer" +homepage = "https://github.com/StanfordLegion/prof-viewer" +repository = "https://github.com/StanfordLegion/prof-viewer" +readme = "README.md" +keywords = ["legion", "legion-prof", "profiler"] +categories = ["development-tools"] +license = "Apache-2.0" + edition = "2021" rust-version = "1.74"