chore(project): add rust-version key to project manifests

This commit is contained in:
Orhun Parmaksız 2022-03-05 20:05:54 +03:00
parent 850beaa346
commit f6c5b10bab
No known key found for this signature in database
GPG key ID: F83424824B3E4B90
4 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,7 @@ repository = "https://github.com/orhun/systeroid"
keywords = ["text", "parser", "regex", "glob"]
categories = ["parsing"]
edition = "2021"
rust-version = "1.56.1"
[features]
gzip = ["flate2"]

View file

@ -9,6 +9,7 @@ homepage = "https://github.com/orhun/systeroid"
repository = "https://github.com/orhun/systeroid"
keywords = ["linux", "kernel", "parameter", "sysctl"]
edition = "2021"
rust-version = "1.56.1"
[dependencies]
sysctl = "0.4.3"

View file

@ -10,6 +10,7 @@ repository = "https://github.com/orhun/systeroid"
keywords = ["linux", "kernel", "parameter", "sysctl", "tui"]
categories = ["command-line-utilities"]
edition = "2021"
rust-version = "1.56.1"
[features]
# clipboard support is enabled as default

View file

@ -11,6 +11,7 @@ keywords = ["linux", "kernel", "parameter", "sysctl"]
categories = ["command-line-utilities"]
edition = "2021"
default-run="systeroid"
rust-version = "1.56.1"
[features]
# tests that affect the system state