docs(project): add crate descriptions

This commit is contained in:
Orhun Parmaksız 2022-02-28 00:24:45 +03:00
parent 852f91d6c8
commit 6fa5573855
No known key found for this signature in database
GPG key ID: F83424824B3E4B90
6 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,7 @@
[package]
name = "systeroid-core"
version = "0.1.0"
description = "Core library of systeroid"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
repository = "https://github.com/orhun/systeroid"
license = "MIT OR Apache-2.0"

View file

@ -1,4 +1,4 @@
//! systeroid-core
//! Core library of systeroid.
#![warn(missing_docs, clippy::unwrap_used)]

View file

@ -1,6 +1,7 @@
[package]
name = "systeroid-tui"
version = "0.1.0"
description = "A terminal user interface for managing kernel parameters"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
repository = "https://github.com/orhun/systeroid"
license = "MIT OR Apache-2.0"

View file

@ -1,4 +1,4 @@
//! systeroid-tui
//! A terminal user interface for managing kernel parameters.
#![warn(missing_docs, clippy::unwrap_used)]

View file

@ -1,6 +1,7 @@
[package]
name = "systeroid"
version = "0.1.0"
description = "A more powerful alternative to sysctl"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
repository = "https://github.com/orhun/systeroid"
license = "MIT OR Apache-2.0"

View file

@ -1,4 +1,4 @@
//! systeroid
//! A more powerful alternative to sysctl.
#![warn(missing_docs, clippy::unwrap_used)]