diff --git a/parseit/Cargo.toml b/parseit/Cargo.toml index 080f02d..3318262 100644 --- a/parseit/Cargo.toml +++ b/parseit/Cargo.toml @@ -3,8 +3,12 @@ name = "parseit" version = "0.1.0" description = "Simple text file parsing library powered by regex and glob patterns" authors = ["Orhun Parmaksız "] -repository = "https://github.com/orhun/systeroid" license = "MIT OR Apache-2.0" +readme = "README.md" +homepage = "https://github.com/orhun/systeroid" +repository = "https://github.com/orhun/systeroid" +keywords = ["text", "parser", "regex", "glob"] +categories = ["parsing"] edition = "2021" [features] diff --git a/systeroid-core/Cargo.toml b/systeroid-core/Cargo.toml index 06e29da..0ebfde7 100644 --- a/systeroid-core/Cargo.toml +++ b/systeroid-core/Cargo.toml @@ -3,8 +3,11 @@ name = "systeroid-core" version = "0.1.0" description = "Core library of systeroid" authors = ["Orhun Parmaksız "] -repository = "https://github.com/orhun/systeroid" license = "MIT OR Apache-2.0" +readme = "../README.md" +homepage = "https://github.com/orhun/systeroid" +repository = "https://github.com/orhun/systeroid" +keywords = ["linux", "kernel", "parameter", "sysctl"] edition = "2021" [dependencies] diff --git a/systeroid-tui/Cargo.toml b/systeroid-tui/Cargo.toml index 64053a0..eb6e6d2 100644 --- a/systeroid-tui/Cargo.toml +++ b/systeroid-tui/Cargo.toml @@ -3,8 +3,12 @@ name = "systeroid-tui" version = "0.1.0" description = "A terminal user interface for managing kernel parameters" authors = ["Orhun Parmaksız "] -repository = "https://github.com/orhun/systeroid" license = "MIT OR Apache-2.0" +readme = "../README.md" +homepage = "https://github.com/orhun/systeroid" +repository = "https://github.com/orhun/systeroid" +keywords = ["linux", "kernel", "parameter", "sysctl", "tui"] +categories = ["command-line-utilities"] edition = "2021" [features] diff --git a/systeroid/Cargo.toml b/systeroid/Cargo.toml index 6b84e85..21db462 100644 --- a/systeroid/Cargo.toml +++ b/systeroid/Cargo.toml @@ -3,8 +3,12 @@ name = "systeroid" version = "0.1.0" description = "A more powerful alternative to sysctl" authors = ["Orhun Parmaksız "] -repository = "https://github.com/orhun/systeroid" license = "MIT OR Apache-2.0" +readme = "../README.md" +homepage = "https://github.com/orhun/systeroid" +repository = "https://github.com/orhun/systeroid" +keywords = ["linux", "kernel", "parameter", "sysctl"] +categories = ["command-line-utilities"] edition = "2021" default-run="systeroid"